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")?)
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")
?)