def pytest_ignore_collect(collection_path, config): # ignore directories which have their own tox.ini assert collection_path != config.rootpath if (collection_path / "tox.ini").is_file(): returnTrue
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.