wabbajack/Wabbajack.Test
dependabot-preview[bot] 498908b951
Bump ReactiveUI from 11.1.1 to 11.1.6
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 11.1.1 to 11.1.6.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.1.1...11.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 15:04:10 +00: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 Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
AsyncLockTests.cs AsyncLock + tests. NexusApi swapped to use it 2019-12-21 18:17:56 -06:00
AVortexCompilerTest.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07: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 Implement VectorPlexus support as a downloader, abstracted common IPS4 data behind an abstract class. 2020-01-05 17:21:05 -07:00
EndToEndTests.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Extensions.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
FilePickerTests.cs Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib) 2020-01-07 06:03:46 -07:00
IniTests.cs Parse ByteArrays from INIs as UTF8 strings 2020-01-06 15:00:22 -07:00
MiscTests.cs Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
MO2Tests.cs Another unit test fix 2019-12-22 22:59:32 -06:00
ModlistMetadataTests.cs Utils async -> sync methods removed 2019-12-07 00:40:29 -06: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 Fixes for inis, resuming downloads and caching services 2019-12-17 16:17:44 -07:00
SanityTests.cs Add override for Game Folder Files 2020-01-06 17:24:33 -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 Add override for Game Folder Files 2020-01-06 17:24:33 -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 Bump ReactiveUI from 11.1.1 to 11.1.6 2020-01-07 15:04:10 +00:00
WebAutomationTests.cs Diable more cef tests 2020-01-02 21:10:30 -07:00
ZEditIntegrationTests.cs Allow .mohidden files to be patched 2020-01-06 16:08:19 -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.