Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
216 Bytes
.PHONY: docs test clean fix
test:
tox -e py-dj42-sqlite_file
docs:
tox -e docs
fix:
ruff check --fix pytest_django pytest_django_test tests
clean:
rm -rf bin include/ lib/ man/ pytest_django.egg-info/ build/