wabbajack/Wabbajack.Test
Timothy Baldridge db3b441d19 #### Version - 2.3.6.1 - 12/31/2020
* When IPS4 (e.g. LL) sites based on CEF fail to validate, they no longer hang the app
* If a IPS4 CEF site throws a 503, or 400 error, retry
* Clean out the cookies during IPS4 CEF downloads so that they don't cause 400 errors
* Limit the number of connections to IPS4 sites to 20 per minute (one per 6 seconds)
* If a site *does* timeout, throw a log of the CEF state into `CEFStates` for easier debugging by the WJ team
* Wrote a new CLI utility to stress test the Verification routines.
* Ignore files that have `\Edit Scripts\Export\` in their path
2020-12-30 23:44:58 -07:00
..
Resources Yet another test fix 2020-10-24 07:32:56 -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 Fixes for broken RGE install 2020-08-22 15:14:38 -06:00
DownloaderTests.cs #### Version - 2.3.6.1 - 12/31/2020 2020-12-30 23:44:58 -07:00
EndToEndTests.cs Updates to smooth out server update features 2020-11-01 17:30:49 -07: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 2.2.2.0 - Route CDN through proxy 2020-08-31 17:29:48 -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 Yet another test fix 2020-10-24 07:32: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 Updates to smooth out server update features 2020-11-01 17:30:49 -07:00
Wabbajack.Test.csproj disable back button and 2.3.4.3 2020-12-06 21:26:02 -07: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.