wabbajack/Wabbajack.Test
2019-12-17 16:17:44 -07:00
..
CSP Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
Properties Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
Wabbajack.Common.Tests WIP channels 2019-11-08 23:37:05 -07:00
ACompilerTest.cs Merge remote-tracking branch 'wabbajack-tools/master' into async-exploration 2019-12-08 01:10:51 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
AVortexCompilerTest.cs Random .Results swapped to async 2019-12-07 00:40:29 -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 Disable manual download for tests 2019-12-13 06:24:17 -07:00
EndToEndTests.cs Another missing await 2019-12-13 14:48:40 -07:00
Extensions.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
FilePickerTests.cs FilePickerVM tooltip fixes + tests 2019-12-14 21:55:23 -06:00
MiscTests.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
ModlistMetadataTests.cs Utils async -> sync methods removed 2019-12-07 00:40:29 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
RestartingDownloadsTests.cs Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
SanityTests.cs Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
SimpleHTTPServer.cs Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
TestUtils.cs Use extension methods to get game metadata 2019-12-09 15:46:03 -07:00
UtilsTests.cs Fix case sensitive bug with download deletion during install 2019-12-12 15:52:24 -07:00
VortexTests.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
Wabbajack.Test.csproj Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
WebAutomationTests.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
ZEditIntegrationTests.cs Random .Results swapped to async 2019-12-07 00:40:29 -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.