robotpy / pyfrc

python3 library designed to make developing RobotPy-based code easier!
MIT License
50 stars 35 forks source link

Run tests in subprocess instead of reloading robot code #230

Open virtuald opened 7 months ago

virtuald commented 7 months ago

Managing vendor code is becoming untenable, maybe we should launch the robot code from scratch each time instead of reusing the same interpreter.

This wasn't previously possible, but now that things are launched using python -m robotpy it is.