wabbajack/Wabbajack.Test
2020-05-12 16:27:58 -06:00
..
ABatchProcessorTests.cs More passing Tests 2020-04-03 16:40:20 -06:00
ACompilerTest.cs WabbajackTest.TestUtils calls await on directory deletion 2020-04-10 14:33:09 -05:00
ATestBase.cs Fix some more race conditions in tests 2020-04-03 16:41:17 -06:00
ContentRightsManagementTests.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
DownloaderTests.cs Fix broken test caused by xxHash files no longer being created 2020-05-12 16:27:58 -06:00
EndToEndTests.cs MO2 remaps game folder to Game Folder Files if the game executable exists in that folder 2020-05-02 17:05:05 -06:00
MO2Tests.cs Added some missing refactors on some projects that were unloaded 2020-04-27 23:03:57 -05:00
ModlistMetadataTests.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
NexusTests.cs Can load and dedupe RSS feeds 2020-04-10 16:31:06 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
RestartingDownloadsTests.cs Wabbajack.Lib downloaders enable nullable 2020-04-10 13:23:23 -05:00
SanityTests.cs Hotfix: don't throw exceptions when metas can't be inferred 2020-05-10 06:37:55 -06:00
SimpleHTTPServer.cs EndToEnd Tests finally pass! 2020-04-03 16:40:52 -06:00
TasksTests.cs Can remap game folder files 2020-05-04 06:11:53 -06:00
TestUtils.cs Hotfix: support WJ CDN files in the gallery 2020-05-10 15:35:15 -06:00
Wabbajack.Test.csproj Bunch of small server-side fixes, LZ4 compression speed, and better list validation 2020-04-29 06:26:44 -06:00
xunit.runner.json Fix some more race conditions in tests 2020-04-03 16:41:17 -06:00
ZEditIntegrationTests.cs No more MessagePack, Json is love, Json is life 2020-04-06 14:48:54 -06:00

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.