diff options
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 63d30e0..d8abb66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ [tool.pytest.ini_options] consider_namespace_packages = true testpaths = ["pyecsca", "test"] + pythonpath = ["."] markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", ] |
