From 9ac91771ee26ccdccca9c6cc1559079936c0f4c7 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sat, 23 May 2015 21:39:12 -0400 Subject: [PATCH] Added pytest conf --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..5af8ed4 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +python_files=*unittest*.py