-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Description
New summary:
Plugins can already run pre and post test commands via https://tox.readthedocs.io/en/latest/plugins.html#tox.hookspecs.tox_runtest_post and https://tox.readthedocs.io/en/latest/plugins.html#tox.hookspecs.tox_runtest_pre. We should allow users to add this inside their config file too, so they don't have to create tox plugins for one time behaviours (e.g. setup/cleanup operations of dependencies).
cemsbr, n2taylor, hedleyroos, adorsk and AndreMiras