TShock/TShockLauncher.Tests
James Puleo d0554abd46
Allow multiple test cases in the TShock test suite
Previously, we were initializing TShock before each test. This isn't
actually what we want to do, because NUnit will (by default) execute all
tests within one instance. Initializing TShock multiple times would
cause issues, so let's just do it once at the very beginning, before any
tests execute.
2022-12-05 23:24:58 -08:00
..
GroupTests.cs Allow multiple test cases in the TShock test suite 2022-12-05 23:24:58 -08:00
ServerInitTests.cs Add extra comments to server init tests 2022-10-05 18:24:57 +10:00
TestSetup.cs Allow multiple test cases in the TShock test suite 2022-12-05 23:24:58 -08:00
TShockLauncher.Tests.csproj Update dependency NUnit.Analyzers to v3.5.0 2022-10-23 21:19:31 +00:00