-
Notifications
You must be signed in to change notification settings - Fork 372
Commit ae200af
Fix NUnit tests by migrating to use Unity Test Frameworks. (#646)
- Change NUnit tests to utilize Unity Test Frameworks
- Add new script to enable dlls through Version Handler. This script should be removed before tests, or it will exit the Unity once Version Handler update is done.
- Add required UPM packages for Unity Test Frameworks
- Move all NUnit test code to the proper folders and add proper .asmdef, instead of using .csproj1 parent 7782c4c commit ae200af
File tree
35 files changed
+254
-360
lines changed- .github/workflows
- source
- AndroidResolver
- Properties
- unit_tests/Assets/AndroidResolverTests
- src/Google.JarResolver.Tests
- testData/extras/google/m2repository/test
- artifact
- 7.0.0
- 8.1.0
- 8.2.0-alpha
- subdep
- 0.9
- 1.1.0
- transdep
- 1.0.0
- JarResolverTests
- PackageManagerResolver/unit_tests
- Assets/PackageManagerResolverTests
- VersionHandlerImpl/unit_tests
- Assets/VersionHandlerImplTests
- test_resources
- nunit_upm
- version_handler_update
35 files changed
+254
-360
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | - | ||
136 | 135 |
| |
137 | 136 |
| |
138 | 137 |
| |
139 | - | ||
138 | + | ||
140 | 139 |
| |
141 | 140 |
| |
142 | 141 |
| |
|
0 commit comments