diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..1776786f --- /dev/null +++ b/pytest.ini @@ -0,0 +1,8 @@ +[pytest] +markers = + file_operation: test involves file operations + ftp: test uses ftp + webtest: test uses web addresses +norecursedirs = *env site-packages .cache .git .idea *.egg-info +testpaths = + tests