mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
configure pytest
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ django_signposting.egg-info/
|
|||||||
dist
|
dist
|
||||||
.idea
|
.idea
|
||||||
build
|
build
|
||||||
|
__pycache__
|
||||||
|
|||||||
@@ -12,5 +12,14 @@ version = "0.0.1"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Django>=3.0"
|
"Django>=3.0",
|
||||||
]
|
]
|
||||||
|
[dev-dependencies]
|
||||||
|
test = [
|
||||||
|
"pytest",
|
||||||
|
]
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
minversion = 6.0
|
||||||
|
addopts = "-ra -q"
|
||||||
|
testpaths = ["tests"]
|
||||||
|
|||||||
Reference in New Issue
Block a user