diff --git a/.coverage b/.coverage index 00ccd1d69..aef9a39cd 100644 Binary files a/.coverage and b/.coverage differ diff --git a/conftest.py b/conftest.py new file mode 100644 index 000000000..044963bbb --- /dev/null +++ b/conftest.py @@ -0,0 +1 @@ +collect_ignore = ["setup.py"] diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..7b26ce2a4 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +# content of pytest.ini +[pytest] +python_files = *.py \ No newline at end of file