wabbajack/Wabbajack.Test
2020-02-27 06:46:34 -07:00
..
CSP Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
ABatchProcessorTests.cs Unit tests 2020-01-11 18:36:30 -06:00
ACompilerTest.cs Process start refactor to be compatible with .NET Core 2020-01-25 21:21:41 -06:00
AsyncLockTests.cs AsyncLock + tests. NexusApi swapped to use it 2019-12-21 18:17:56 -06:00
AVortexCompilerTest.cs ExtensionManager -> ModListAssociationManager 2020-01-19 19:49:12 -06:00
CompilationStackTests.cs Random .Results swapped to async 2019-12-07 00:40:29 -06:00
ContentRightsManagementTests.cs Fix the broken tests 2019-12-13 06:02:58 -07:00
DownloaderTests.cs Support self-healing lists, and a lot of server fixes 2020-02-27 06:46:34 -07:00
EncryptedDataTests.cs Manual download improvements 2020-02-10 17:30:38 -07:00
EndToEndTests.cs Rename old log files. Don't overwrite downloads with the same name 2020-02-11 22:31:42 -07:00
Extensions.cs Can now get meta.ini data from a download state 2020-01-10 21:15:53 -07:00
FilePickerTests.cs .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
HttpClientTests.cs Don't reuse http messages 2020-02-15 16:28:20 -07:00
IniTests.cs Parse ByteArrays from INIs as UTF8 strings 2020-01-06 15:00:22 -07:00
MiscTests.cs Don't store xxHash caches in binary format 2020-02-15 19:50:02 -07:00
MO2Tests.cs Comment broken test, not sure why it's failing 2020-01-27 14:57:37 -07:00
ModlistMetadataTests.cs Add size validation to HTTPDownloader, to catch stealth updates. Check whitelist during list validation. 2020-01-13 15:55:55 -07:00
PMapTests.cs Increased PMapTest thread count 2019-12-22 23:56:06 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
RestartingDownloadsTests.cs Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
SanityTests.cs Added MatchAll support to mods 2020-02-04 22:17:12 -07:00
SimpleHTTPServer.cs Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
TaskExtTests.cs Improved PMap tests to timeout gracefully if starved 2019-12-22 23:44:53 -06:00
TestUtils.cs Switch from BSDiff to OctoDiff for patch generation 2020-02-24 16:18:29 -07:00
UtilsTests.cs Switch from BSDiff to OctoDiff for patch generation 2020-02-24 16:18:29 -07:00
VortexTests.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
Wabbajack.Test.csproj Merge branch 'master' into dependabot/nuget/MSTest.TestAdapter-2.1.0 2020-02-04 14:13:32 -07:00
WebAutomationTests.cs Diable more cef tests 2020-01-02 21:10:30 -07:00
WorkQueueTests.cs Unit tests 2020-01-11 18:36:30 -06:00
ZEditIntegrationTests.cs Added MatchAll support to mods 2020-02-04 22:17:12 -07: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.