From 96591da4b763ff04171fe2112568616f5f21e583 Mon Sep 17 00:00:00 2001 From: Felddy Date: Sun, 5 May 2019 14:21:54 -0400 Subject: [PATCH] Add option to pytest to show extra test summary info --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e6ce703..ed958e0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -v --cov +addopts = -v -ra --cov