chmp / ipytest

Pytest in IPython notebooks.
MIT License
314 stars 17 forks source link

Add wildcard support to `ipytest.force_reload` #119

Closed chmp closed 2 months ago

chmp commented 3 months ago

When reloading external test modules, specifying all test modules can be cumbersome. Adding the option to specify wild cards would greatly help here. E.g., ipytest.force_reload("test_*").

Q: add wildcard support in all parts of the module path or only the leaves? (e.g., also allow ipytest.force_reload("*.test")?)