Commit Graph

17 Commits

Author SHA1 Message Date
88035f73e0 Fix incorrect wait logic in IPC location test
Not really willing to put more effort into fixing this one. Should do the job.
2021-03-30 14:23:49 +09:00
2d344ae6ff wait for IPC to be populated in the test
Did not see this when locally running test until after a couple of subsequent runs.
2021-03-29 16:16:50 +02:00
6c5a10a744 Add missing license header 2021-03-29 15:27:25 +02:00
badf5ee4a2 Fix stable.json file directory location due to the change of how TournamentStorage works 2021-03-29 15:03:10 +02:00
7fa5fd5647 Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
9c566e7ffb Update tests to use correct parameters of CleanRunGameHost 2020-10-19 15:34:46 +09:00
0cddb85f1b Move storageconfig set and saving to migrate method 2020-06-28 15:27:50 +02:00
d82d901542 Reuse custom_tournament where it was still used as a literal 2020-06-25 20:36:55 +02:00
839f197111 Change type from TournamentStorage to Storage in tests 2020-06-24 02:37:59 +02:00
0ca8c961c8 Remove string interpolation & unnecessary test setup 2020-06-24 00:05:30 +02:00
08759da3a7 Move drawings.ini out of config subfolder 2020-06-22 12:41:43 +02:00
eec1e9ef4d Remove unnecessary comments and added file check for tournament.ini on test start 2020-06-22 12:22:59 +02:00
56a40e616b Add drawings to the migration test 2020-06-11 20:11:44 +02:00
222ac86304 Add newlines at the end of the file 2020-06-11 15:52:14 +02:00
603054f521 Remove unused property and reuse tournamentBasePath 2020-06-11 15:47:21 +02:00
883185d349 Add a comment to describe what's going on before the headless game starts 2020-06-11 15:18:21 +02:00
18a9e5a0a6 Add NonVisual tests for custom tournaments
Can test the default directory from a clean instance, it can test a custom directory and can execute migration from an instance using the older directory setup.
2020-06-11 13:57:29 +02:00