Closed ericziethen closed 11 months ago
We should be able to run tox easier from the ocal command line for the given combinations.
e.g.
tox -e mywindows-py311-django40-django_filter221-sqlite -- sqlite
does not run as expected. (The reason was locally it already ran the migrations).
We should have some generic scripts to run tox locally & to also clear the local DB & Migrations before running tox.
Script to clear Test project data added as part of https://github.com/ericziethen/django-property-filter/pull/252
Tox runs ok otherwise, nothing further to do here
We should be able to run tox easier from the ocal command line for the given combinations.
e.g.
tox -e mywindows-py311-django40-django_filter221-sqlite -- sqlite
does not run as expected. (The reason was locally it already ran the migrations).
We should have some generic scripts to run tox locally & to also clear the local DB & Migrations before running tox.