Commit Graph

16 Commits

Author SHA1 Message Date
CPunch cafca9093c login_test: use TestCharCreate from testutil 2024-03-03 13:14:37 -06:00
CPunch 02afe67ac3 fix: os.Exit() kills any deferred cleanup functions
os.Exit() itself is now also a deferred function, which will be the last to run.
2024-02-05 11:59:50 -06:00
CPunch 79f68187bf testutil: DummyPeer now holds onto the *is.Is
makes SendAndRecv a bit cleaner imo
2024-02-04 11:26:48 -06:00
CPunch 1a6de671e5 moved 'testutil' to 'internal/testutil' 2024-02-01 17:28:00 -06:00
CPunch 556878544d testutil: refactoring && cleanup
added a simple DummyPeer struct to simplify creation, send/recv and cleanup
2024-02-01 17:21:56 -06:00
CPunch bfcbe6d3d6 started testutil: login_test now uses these helpers
should simplify new tests in the future
2024-02-01 17:11:50 -06:00
CPunch 23170093ee login_test: fix minor memory leak
defer PutBuffer so that the event packet is returned to the pool
2023-12-07 21:37:16 -06:00
CPunch 2bd61dc571 login_test: more stale comments lol 2023-12-06 20:23:29 -06:00
CPunch cba01a877d login_test: fix sendAndRecv
removed the stale typecast lol
2023-12-06 20:17:36 -06:00
CPunch e1b9fa5d99 login_test: refactor, abstracted send and recv
validation
2023-12-06 20:15:06 -06:00
CPunch 77751a2aa0 login_tests: annotate tests 2023-12-06 17:35:02 -06:00
CPunch 01ebf4499f login_test: added TestCharacterSequence
tests the complete account/character creation sequence of packets
2023-12-06 17:08:59 -06:00
CPunch 2a6fb25f03 use passed context.Context 2023-12-04 20:45:23 -06:00
CPunch 0ebd162af0 login_test: minor cleanup 2023-12-04 20:40:48 -06:00
CPunch d1763418a8 removed useless closure 2023-12-04 20:33:53 -06:00
CPunch afd5c9ef23 added login_test 2023-12-04 20:28:17 -06:00