diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..b0f09744 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,9 @@ +[pytest] +testpaths = + tests +addopts = -v --color=yes --tb=short + +# Specifying the directory to ignore +# +# norecursedirs = tests/ignored tests/aux tests/inference tests/state tests/tools +norecursedirs = tests/ignored diff --git a/tests/ignored/.gitkeep b/tests/ignored/.gitkeep new file mode 100644 index 00000000..e69de29b