wabbajack/Wabbajack.Test
Timothy Baldridge 9c6145ae39 #### Version - 2.5.3.21 - 6/9/2022
* Fix a bug in the streaming MediaFire downloader
* Improve the reliability of MediaFire, and Manual downloaders
* Improve logging around the Wabbajack CDN
2022-06-09 14:53:42 -06:00
..
Resources Add VectorPlexus and LoversLab stubs for old download formats 2021-06-19 10:16:22 -06:00
ABatchProcessorTests.cs More passing Tests 2020-04-03 16:40:20 -06:00
ACompilerTest.cs First Native compilation test passes 2020-10-18 13:03:50 -06:00
ATestBase.cs Fix some more race conditions in tests 2020-04-03 16:41:17 -06:00
ContentRightsManagementTests.cs Fix tests 2021-02-23 06:50:09 -07:00
DownloaderTests.cs #### Version - 2.5.3.21 - 6/9/2022 2022-06-09 14:53:42 -06:00
EndToEndTests.cs Fix Nexus tests 2021-01-06 07:23:09 -07:00
GameStoreTests.cs Add support for Origin 2021-01-04 22:07:06 -07:00
GitHubTests.cs Implement repositories 2022-03-29 21:59:21 -06:00
MetricsTests.cs Network workaround mode 2021-05-17 16:37:01 -06:00
MO2Tests.cs Fix and improve valid install path checks 2021-05-20 21:30:02 +10: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 2.5.1.0 2021-07-06 05:49:04 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
RestartingDownloadsTests.cs Removed RxUI from Wabbajack.Common 2020-08-11 10:37:17 -05:00
SanityTests.cs Fix broken test 2021-07-17 08:44:01 -06:00
SimpleHTTPServer.cs Everything appears to build 2021-01-01 11:21:07 -07:00
TasksTests.cs Can remap game folder files 2020-05-04 06:11:53 -06:00
TestUtils.cs Full round trip test passes 2021-06-17 17:09:03 -06:00
Wabbajack.Test.csproj 2.5.2.1 2021-07-30 21:04:25 -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.