Closed chmp closed 3 years ago
Add new register mode "auto", that registers the module only for temporary filenames. With these changes async tests and doc tests will work out of the box.
"auto"
Consider use the defaults:
run_in_thread=True
register_module="auto"
Consider disabling global assertion rewriting: https://github.com/chmp/ipytest/issues/48
Generally reworked the config options
Add new register mode
"auto"
, that registers the module only for temporary filenames. With these changes async tests and doc tests will work out of the box.Consider use the defaults:
run_in_thread=True
register_module="auto"