spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
143 stars 58 forks source link

Tests in analysis/tests/tests.py are too interdependent #828

Open jameswilburlewis opened 2 months ago

jameswilburlewis commented 2 months ago

Some tests rely on output from other tests, which makes it troublesome to change the order or run just a single test. This should be refactored so all the tests can be run individually.