Commit graph

2 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