Via autonose or nosy, it will automatically run the nosetests once the some tests file or the relative files have been changes. I would like to ask that whether py.test provides the similar function for is there any other tools can automatically excite py.test.
Via autonose or nosy, it will automatically run the nosetests once the some tests
Share
You can install the pytest-xdist plugin and issue:
You can also set the “looponfailroots” ini-file option to direct the plugin where to look for changes.