From e6b9d2f5e7093b2ee71927f783503bc6641a759a Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Tue, 14 Feb 2017 02:19:13 +0100 Subject: [PATCH] TESTS: show skip reason in test summary --- test2/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test2/pytest.ini b/test2/pytest.ini index 2670927..1a8f925 100644 --- a/test2/pytest.ini +++ b/test2/pytest.ini @@ -1,3 +1,3 @@ [pytest] # disable the creation of the `.cache` folders -addopts = -p no:cacheprovider \ No newline at end of file +addopts = -p no:cacheprovider -r s \ No newline at end of file