Commit graph

13 commits

Author SHA1 Message Date
James Puleo
205c29bc88
Add tests for parsing achievement tags in chat
These tests ensure that `ChatManager.ParseMessage` will not throw on the
server with TShock when given an achievement tag.
2022-12-05 23:24:58 -08: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
renovate[bot]
44d9a9e2be
Update dependency NUnit.Analyzers to v3.5.0 2022-10-23 21:19:31 +00:00
renovate[bot]
ee8fe1abef
Update dependency Microsoft.NET.Test.Sdk to v17.3.2 2022-10-06 16:59:36 +00:00
Luke
e5f44ead8f Add extra comments to server init tests 2022-10-05 18:24:57 +10: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
Luke
13e82110ee Switch to nunit for unit tests 2022-09-08 16:07:58 +10:00
Luke
99ddcb247b Dependency updates, OTAPI 3.1 & ModFw 1.1 2022-09-05 22:01:33 +10:00
Luke
578df18901 Redo launcher csproj and action to use framework dependent builds
This also includes package updates across the entire solution, which shouldn't matter at this stage on this branch.
2022-07-27 21:53:09 +10:00
Luke
699047d119 Bump TSAPI/OTAPI & other deps for arm64
This should allow monomod hooks to run on a raspberrypi (no apple silicon yet)
2022-03-27 19:31:43 +10:00
Luke
2c36dacfd2 Single file publish support, test project and simple build CI
This also adds remote raspberry pi debugging with default install details. More testing is required as MonoMod may not be working for arm64 still

CI might not work yet either
2021-12-03 00:07:11 +10:00