BESTenergytrade / simply

Simulation of Electricity Markets in Python
MIT License
4 stars 1 forks source link

Check independency of test #192

Open j-ti opened 1 year ago

j-ti commented 1 year ago

When using objects in tests, it has to be made sure that their state are not depending on the execution of another test or their order.

A way to go would be to use fixtures.