Skip to content

Commit a00e540

Browse files
author
Benoit Hudson
committed
UT-109: move to embedded package without tests, plus tests in assets folder
This is from a discussion on #devs-packman: - Work on your package in the Packages directory. - Put tests in the github repo, not in the package itself.
1 parent 28c66d0 commit a00e540

File tree

486 files changed

+711
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+711
-1
lines changed

Assets/com.unity.formats.fbx/EditorTests/ExporterTestBase.cs renamed to Assets/com.unity.formats.fbx.tests/ExporterTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public abstract class ExporterTestBase
1515
/// Use this path if you want to load some data for testing, e.g. a
1616
/// material or scene or fbx.
1717
/// </summary>
18-
public const string PathToTestData = "Assets/com.unity.formats.fbx/EditorTests";
18+
public const string PathToTestData = "Assets/com.unity.formats.fbx.tests";
1919

2020
bool isAutoUpdaterOn;
2121
/// <summary>

0 commit comments

Comments
 (0)