OCESS / orbitx

Rewrite of OrbitV, maintained by Patrick, Gavin, and contributors
MIT License
10 stars 18 forks source link

Testing framework #5

Closed pmelanson closed 5 years ago

pmelanson commented 6 years ago

We should be able to test our code easily and with one command. Our test code doesn't need to test the GUI, but it should test the most important testable for the prototype demo: the physics engine.

For each important aspect of the physics engine, there should be a corresponding test case.

pmelanson commented 5 years ago

No big surprise, we used the unittest standard python module. Everything is contained in src/test.py and data/saves/tests.