diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..73414ad --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +addopts = --show-capture=log +; pytest should be able to read the pyproject.toml file, but for some reason it +; doesn't seem to be working here. This file is a temporary fix until that gets +; resolved. \ No newline at end of file