As in `test_model.py` -> `test_models.py`
The idea of splitting integration from unittests is good in theory but leads to a lot of mental overhead. Besides whenever a tests interacts with a database it isn't a unittest anyway.