# HG changeset patch # User Marc Abramowitz # Date 2015-05-12 18:54:46 # Node ID 9b8ba0f1c87b4fe89481b2c2c8723f6636d147cd # Parent fd68a0120ed6284868b5cd72e3475cd3ee46663b tests: add kallithea/tests/pytest.ini with useful options that improve the pytest default output diff --git a/kallithea/tests/pytest.ini b/kallithea/tests/pytest.ini new file mode 100644 --- /dev/null +++ b/kallithea/tests/pytest.ini @@ -0,0 +1,7 @@ +[pytest] +addopts = + # --verbose + # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings. + -rfEsxXw + # Shorter scrollbacks; less stuff to scroll through + --tb=short