diff --git a/pyproject.toml b/pyproject.toml index 68aefe57..7967e5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,8 @@ profile = "black" [tool.pytest.ini_options] minversion = "2.0" -addopts = "-rsfEX -p pytester --strict-markers --verbosity=3 --cov=herbie" +#addopts = "-rsfEX -p pytester --strict-markers --verbosity=3 --cov=herbie" +addopts = "-rsfEX -p pytester --strict-markers --verbosity=3" log_level = "DEBUG" testpaths = ["tests"] xfail_strict = true diff --git a/tests/_test_pick_points.py b/tests/test_pick_points.py similarity index 100% rename from tests/_test_pick_points.py rename to tests/test_pick_points.py