Commit graph

5 commits

Author SHA1 Message Date
Luke
0c4c7db52e Update nuget packages 2025-01-11 19:56:38 +10:00
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
Luke
310786a28a Add extra comments to group tests 2022-10-05 18:24:44 +10:00
Luke
8ce81136b4 Update GroupTests.cs
Sets the 1.4.4.2 static variable that Terraria.Main has a dependency on
2022-09-30 15:38:13 +10:00
Luke
5a98add6de Fix sqlite null parameters + unit test 2022-09-08 16:08:16 +10:00