AVSLab / bsk_rl

RL environments and tools for spacecraft autonomy research, built on Basilisk. Developed by the AVS Lab.
https://avslab.github.io/bsk_rl/
MIT License
36 stars 2 forks source link

Unittests are not atomic #118

Open Mark2000 opened 4 months ago

Mark2000 commented 4 months ago

Describe the bug Pytest 8.X.X causes certain unittests to fail. This is probably associated with the unit tests not being truly atomic. We should update tests to work with https://pypi.org/project/pytest-random-order/ and be runnable in parallel.