From 7da80c3e64c1d17bd8e99ecd93330248e82298fe Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 27 Oct 2019 16:16:43 -0700 Subject: [PATCH] more args to pytest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04aeae7..a3f6993 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ source venv/bin/activate pip3 install --user -e './meanas[test,examples]' # Run tests -python3 -m pytest +python3 -m pytest -rsxX | tee test_results.txt ``` #### See also: