joeyespo / pytest-watch

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

removed the dot on the pytest command on the README.rst #103

Closed avallbona closed 5 years ago

avallbona commented 5 years ago

removed the dot on the pytest command on the README.rst

joeyespo commented 5 years ago

Thanks, @avallbona!

joeyespo commented 5 years ago

For anyone looking for context, see pytest's 3.0.0 release notes:

Introduce pytest command as recommended entry point. Note that py.test still works and is not scheduled for removal.