mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
b77fa3d0c7
Was causing problems, as it's a singleton across the entire computer, so eagerly initializing them was causing problems for users of Wabbajack.Common that weren't interested in RocksDB. Only one could run at a time. |
||
---|---|---|
.. | ||
ABatchProcessorTests.cs | ||
ACompilerTest.cs | ||
ATestBase.cs | ||
ContentRightsManagementTests.cs | ||
DownloaderTests.cs | ||
EndToEndTests.cs | ||
MO2Tests.cs | ||
ModlistMetadataTests.cs | ||
NexusTests.cs | ||
Readme.md | ||
RestartingDownloadsTests.cs | ||
SanityTests.cs | ||
SimpleHTTPServer.cs | ||
TasksTests.cs | ||
TestUtils.cs | ||
Wabbajack.Test.csproj | ||
xunit.runner.json | ||
ZEditIntegrationTests.cs |
Wabbajack.Test
This project contains almost all tests for Wabbajack. If you create a new PR, push to master or update your PR than the tests in this project will be started at Azure DevOps. It is recommended that you run the test(s) for the part of the application you have changed. You can also create new tests if you have added something that other tests do not cover.