From 02f17e59e40fec9cb44261321f65d37b5fb70577 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 3 Feb 2020 09:08:00 +0100 Subject: Add pytest.ini --- .gitignore | 2 ++ pytest.ini | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/.gitignore b/.gitignore index e25f3ae..b368bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ build/* dist/* *.egg-info/* MANIFEST +.eggs +.cache # python skin *.pyc diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..2266419 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +testpaths = test -- cgit v1.2.3