We have a lot of pytest-*.ini files for our various tools. We need to be able to include them as package data and make them discoverable from the cli during development and when eest is installed as a python package.
Also, currently:
- pytest.ini - is the ini file used by
fill
- pytest-framework.ini is the ini file to configure regular framework unit tests.
Part of this clean-up should make the default pytest ini file (pytest.ini) correspond to the unit tests and move the configuration to pyproject.toml.
We have a lot of
pytest-*.inifiles for our various tools. We need to be able to include them as package data and make them discoverable from the cli during development and when eest is installed as a python package.Also, currently:
fillPart of this clean-up should make the default pytest ini file (
pytest.ini) correspond to the unit tests and move the configuration to pyproject.toml.