Skip to content

Commit

Permalink
[REG-1888] Move RGTestUtils into its own test assembly (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
svolokh authored Aug 6, 2024
1 parent 867a262 commit 32e950b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"references": [
"RegressionGames",
"RegressionGames.TestFramework",
"Unity.InputSystem",
"Unity.InputSystem.TestFramework"
],
Expand Down
3 changes: 2 additions & 1 deletion src/gg.regression.unity.bots/Editor/Scripts/RGEditorUtils.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using System;
using System.IO;
using RegressionGames.StateRecorder;
using UnityEditor.Compilation;

#if UNITY_EDITOR
using UnityEditor;
using UnityEditor.Compilation;
#endif

namespace RegressionGames.Editor
Expand Down
3 changes: 3 additions & 0 deletions src/gg.regression.unity.bots/Tests.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/gg.regression.unity.bots/Tests/TestFramework.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/gg.regression.unity.bots/Tests/TestFramework/Scripts.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "RegressionGames.TestFramework",
"references": [
"RegressionGames",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32e950b

Please sign in to comment.