Hey there,
Have you thought about specifying a file and folder for test cases?
So it runs the files and can include all the tests.
The result could be shown on the console
Thanks in advance!
Hey there,
Have you thought about specifying a file and folder for test cases?
So it runs the files and can include all the tests.
The result could be shown on the console
Thanks in advance!
I like this, especially a file for your own test case, like the seed in multiplayer mode.
@CvxFous
You know that you can change the seed/ others params in multiplayer using the Manual mod, right?
@SaiksyApo
Of course, I was talking about something similar but for solo games.
Is this available for all games? or just the multiplayer ones?
I would love to use the system for new inputs to try out corner cases that I can think of - but I think are not covered by the test cases.
An example would be in Genome Sequencing where I have to copy the code locally and run with inputs there.