aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-03-11 11:28:46 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-03-11 11:28:46 -0500
commit002da63bcef454a8d62cd52e7eee3a339cee084e (patch)
treed524383df09ebbbf506f4c4d5f16579cd93ae36b
parentd07712394d9fa503a61af55c1e7bd7078b095741 (diff)
downloadmediagoblin-002da63bcef454a8d62cd52e7eee3a339cee084e.tar.lz
mediagoblin-002da63bcef454a8d62cd52e7eee3a339cee084e.tar.xz
mediagoblin-002da63bcef454a8d62cd52e7eee3a339cee084e.zip
The default failures are just way too verbose. Quieting them down a bit.
This commit sponsored by Chad Glendenin. Thanks!
-rw-r--r--mediagoblin/tests/pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/tests/pytest.ini b/mediagoblin/tests/pytest.ini
index e561c074..a823ca23 100644
--- a/mediagoblin/tests/pytest.ini
+++ b/mediagoblin/tests/pytest.ini
@@ -1,2 +1,3 @@
[pytest]
usefixtures = tmpdir pt_fixture_enable_testing
+addopts = --tb=native \ No newline at end of file