Hey guys, was just looking to get some help with how to run the local testing tool before round 2 - much appreciated!
As below I am using the Golf Gophers testing tool from Code Jam 2019 Round 1A: The testing tool is called testing_tool.py Interactive runner is interactive_runner.py My solution is plzwork.py All of these are in the same folder (\codejam) It seems that once I have navigated to the correct directory I can run each one individually: e.g. typing plzwork.py will run my script typing testing_tool.py 1 will run the second test set etc. If I try to run python3 plzwork.py or python interactive_runner.py it doesn't work. I've tried to run interactive_runner.py testing_tool.py 1 -- plzwork.py but get some [WinError 193] %1 is not a valid Win32 application. If anybody has any ideas would appreciate some help! -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/feacd2ce-1418-42f0-b1ac-16605155df76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
