wabbajack/Wabbajack.Test
2020-07-21 16:25:34 -06:00
..
ABatchProcessorTests.cs More passing Tests 2020-04-03 16:40:20 -06:00
ACompilerTest.cs Make the tests faster by defaulting to not indexing game files 2020-06-01 20:18:32 -06: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 Merge pull request #886 from wabbajack-tools/tesall-downloader 2020-05-28 17:50:44 -07:00
EndToEndTests.cs Check file signatures before attempting to extract. Only use 7zip for RAR, 7zip and Zip (not TAR) 2020-07-21 16:25:34 -06:00
MO2Tests.cs Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
ModlistMetadataTests.cs Fixes for the DiskSlabAllocator.cs, ListValidator.cs, and the constantly breaking URL test. 2020-07-19 17:09:59 -06: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 Temp files now implement IAsyncDisposable instead of IDisposable and use AbsolutePath.DeleteAsync 2020-05-27 20:43:57 -06:00
SanityTests.cs Make BSA Construction async 2020-07-19 19:19:56 -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 Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
Wabbajack.Test.csproj Version 2.1.0.0 2020-07-02 13:51:57 -06:00
xunit.runner.json Fix some more race conditions in tests 2020-04-03 16:41:17 -06:00
ZEditIntegrationTests.cs Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -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.