agritheory / test_utils

Common Test Utilities and Fixtures for AgriTheory Projects
2 stars 3 forks source link

feat: conftest.py boilerplate #25

Closed MyuddinKhatri closed 2 months ago

MyuddinKhatri commented 2 months ago

Export conftest.py boilerplate. Issue - https://github.com/agritheory/test_utils/issues/3

agritheory commented 2 months ago

@MyuddinKhatri Can you provide some background on how you tested this?

MyuddinKhatri commented 2 months ago

@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.