inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Stop server when resetting during tests #136

Closed miggland closed 1 year ago

miggland commented 1 year ago

I often have problems that the test server does not come up after a series of tests.

This change, which makes the docker containers go down before resetting the data in them, seems to solve these issues. I also added a note in the docstring about the --reset flag (to clarify behaviour).