chmp / ipytest

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

Tweak the defaults of autoconfig #46

Closed chmp closed 3 years ago

chmp commented 4 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.

Consider use the defaults:

chmp commented 4 years ago

Consider disabling global assertion rewriting: https://github.com/chmp/ipytest/issues/48

chmp commented 3 years ago

Generally reworked the config options