Hey Jeremy,

have a look into the source code of the interactive_runner and the
testing_tool.
they tell you how to use them:

For Test Set 0 in the testing_tool:
    py interactive_runner.py py testing_tool.py 0 -- py plzwork.py

For Test Set 1 in the testing_tool:
    py interactive_runner.py py testing_tool.py 1 -- py plzwork.py

Am Do., 25. Apr. 2019 um 13:30 Uhr schrieb Jeremy Yip <[email protected]>:

> 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.
>

-- 
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/CAEWn8ohd9krxDv3J4sPLr1PhJupT%2BMMcU14kk4uSASzzSjX5Jw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to