Skip to content

feat: test watch mode

Angelo Rivera requested to merge test-watch-feature into main

What does this merge request do and why?

Pretty straightforward MR! This let's the developer run the test suite in watch mode with make test-watch. This adds a new dependency pytest-watcher, which is an alternative to pytest-watch, as pytest-watch is no longer maintained

Please let me know if you forsee any issues!

How to set up and validate locally

Please see documentation 👍

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports