From 383b969cbcc9c4092c2d1f2457d5902f219b23f7 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 7 Aug 2016 21:55:19 -0400 Subject: [PATCH] Add a pytest log catcher? --- .idea/misc.xml | 7 ------- setup.py | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 3c04f0e..90bd2cd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -38,13 +38,6 @@ - - - diff --git a/setup.py b/setup.py index 2e097ee..b2367ab 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( 'pytest_runner' ], tests_require=[ - 'pytest' + 'pytest', + 'pytest-catchlog' ] ) \ No newline at end of file