<!--- Provide a general summary of the issue in the Title above --> ## Current Behavior * General pytest settings are in our CI config * `run_tests.py` was removed ## Possible Solution `pyproject.toml` could have pytest settings in it (among many other things): https://github.com/microsoft/python-package-template/blob/648cccfd42fa660ea6bf1f2229bcec2fec20c6c7/pyproject.toml#L90-L104
Current Behavior
run_tests.pywas removedPossible Solution
pyproject.tomlcould have pytest settings in it (among many other things):https://github.com/microsoft/python-package-template/blob/648cccfd42fa660ea6bf1f2229bcec2fec20c6c7/pyproject.toml#L90-L104