diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | pytest.ini | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |
