sysy-inc / zprp-23z-python-orm

Python ORM with web UI for CRUD operations,.
3 stars 0 forks source link

Deduplicate temporary database fixtures #62

Open mbienkowsk opened 1 month ago

mbienkowsk commented 1 month ago

there are currently 3 database fixtures defined for the same thing in conftest, state manager test and inspector tests. this needs to be deduplicated and kept in conftest only

mbienkowsk commented 1 month ago

also, the sqlite ones could probably be ran with :memory: instead of creating a file which is then left in the testing directory