changeset 5133:9b8ba0f1c87b

tests: add kallithea/tests/pytest.ini with useful options that improve the pytest default output
author Marc Abramowitz <marc@marc-abramowitz.com>
date Tue, 12 May 2015 09:54:46 -0700
parents fd68a0120ed6
children b414135235ea
files kallithea/tests/pytest.ini
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kallithea/tests/pytest.ini	Tue May 12 09:54:46 2015 -0700
@@ -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