wabbajack/Wabbajack.Test
2019-11-21 15:11:08 +01:00
..
CSP Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
Properties add unit tests. It's about time! 2019-09-23 22:20:24 -06:00
Wabbajack.Common.Tests WIP channels 2019-11-08 23:37:05 -07:00
ACompilerTest.cs Optimize modlists before installation. Also fixed an async bug in VFS. 2019-11-17 22:21:24 -07:00
app.config All projects migrated to PackageReferences nuget systems 2019-11-02 17:57:51 -05:00
AVortexCompilerTest.cs Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
CompilationStackTests.cs dump stack info to disk and load it during compilation 2019-10-30 20:24:42 -06:00
ContentRightsManagementTests.cs WorkQueue and Utils Rx instead of callbacks 2019-11-04 22:17:43 -06:00
DownloaderTests.cs Fix broken interaction with http-downloader 2019-11-06 17:29:53 -07:00
EndToEndTests.cs Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
Extensions.cs implement framework for content rights management 2019-09-28 22:41:47 -06:00
MiscTests.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
ModlistMetadataTests.cs Emit more detailed modlist metadata 2019-11-06 06:21:39 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
SanityTests.cs Several fixes that came up during testing. 2019-11-19 17:15:46 -07:00
TestUtils.cs Optimize modlists before installation. Also fixed an async bug in VFS. 2019-11-17 22:21:24 -07:00
VortexTests.cs Merge latest from master 2019-11-16 21:30:22 -07:00
Wabbajack.Test.csproj Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
WebAutomationTests.cs slightly better test equality in web remoting tests 2019-10-24 21:07:47 -06:00
ZEditIntegrationTests.cs add support for .mohidden and /optional/ esps in zEdit integration 2019-11-02 14:32:40 -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.