Closed MyuddinKhatri closed 7 months ago
@MyuddinKhatri Can you provide some background on how you tested this?
@MyuddinKhatri Can you provide some background on how you tested this?
On my local deleted conftest.py
from beam/tests and added path to conftest.py
in pyproject.toml
under
[tool.pytest.ini_options]
testpaths = ["../test_utils/utils/conftest.py", "beam"]
by running pytest
it ran tests properly.
Export conftest.py boilerplate. Issue - https://github.com/agritheory/test_utils/issues/3