Skip to content

Commit 53e100e

Browse files
committed
ref: Change pytest tb short config
1 parent 6057951 commit 53e100e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dist:
1010
test: .venv
1111
@pip install -r test-requirements.txt
1212
@pip install --editable .
13-
@pytest tests --tb=short
13+
@pytest tests
1414
.PHONY: test
1515

1616
format:

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
22
DJANGO_SETTINGS_MODULE = tests.integrations.django.myapp.settings
3-
addopts = --boxed
3+
addopts = --boxed --tb=short

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ basepython =
6767
pypy: pypy
6868

6969
commands =
70-
py.test --tb=short {env:TESTPATH} {posargs}
70+
py.test {env:TESTPATH} {posargs}
7171

7272
[testenv:linters]
7373
commands =

0 commit comments

Comments
 (0)