# need this so raptor imports work both from /raptor and via mach
here = os.path.abspath(os.path.dirname(__file__)) from raptor import cmdline
def test_pageload_subtests(capsys, monkeypatch, tmpdir): # cmdline.py is hard-coded to use raptor.toml from the same directory so we need # to monkey patch os.dirname, which is not ideal. If we could make --print-tests # respect the --test path that would be much better. def mock(path): return str(tmpdir)
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.