joeyespo / pytest-watch

Local continuous test runner with pytest and watchdog.
MIT License
737 stars 52 forks source link

Fix toml config #117

Closed aldencolerain closed 1 year ago

aldencolerain commented 3 years ago

This pull request adds pyproject.toml support to pytest-watch. It should also fix issue #114. Currently pytest-watch fails if pytest is configured using the pyproject.toml file. I also added to the readme's ini configuration example. I thought it would be nice to show how to configure a list style arg.

https://pytest.org/en/stable/customize.html#pyproject-toml

olimorris commented 3 years ago

@joeyespo any plans to actively maintain this fantastic repo? This seems like a worthy pull request that should be merged

vicrep commented 1 year ago

For those still looking for the workaround to support pyproject.toml with ptw, it seems that the patch from @aldencolerain was moved over to this repo: https://github.com/styleseat/pytest-watch/tree/fix-toml-config