We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6057951 commit 53e100eCopy full SHA for 53e100e
3 files changed
Makefile
@@ -10,7 +10,7 @@ dist:
10
test: .venv
11
@pip install -r test-requirements.txt
12
@pip install --editable .
13
- @pytest tests --tb=short
+ @pytest tests
14
.PHONY: test
15
16
format:
pytest.ini
@@ -1,3 +1,3 @@
1
[pytest]
2
DJANGO_SETTINGS_MODULE = tests.integrations.django.myapp.settings
3
-addopts = --boxed
+addopts = --boxed --tb=short
tox.ini
@@ -67,7 +67,7 @@ basepython =
67
pypy: pypy
68
69
commands =
70
- py.test --tb=short {env:TESTPATH} {posargs}
+ py.test {env:TESTPATH} {posargs}
71
72
[testenv:linters]
73
0 commit comments