mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 02:08:56 +03:00
Use pytest for running tests
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Ignore virtual environments
|
||||
env/
|
||||
.env/
|
||||
venv/
|
||||
|
||||
# Ignore Python byte code cache
|
||||
*.pyc
|
||||
@@ -9,7 +10,7 @@ __pycache__
|
||||
|
||||
# Ignore coverage reports
|
||||
.coverage
|
||||
htmlcov
|
||||
reports/
|
||||
|
||||
# Ignore build results
|
||||
*.egg-info/
|
||||
|
||||
Reference in New Issue
Block a user