From e48b169c1d0054ea05fe20bcb60a7b51ed8eef6d Mon Sep 17 00:00:00 2001 From: Brian Blaylock Date: Mon, 13 Jan 2025 19:16:31 -0800 Subject: [PATCH] tests --- pyproject.toml | 3 ++- tests/{_test_pick_points.py => test_pick_points.py} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename tests/{_test_pick_points.py => test_pick_points.py} (100%) 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