import mozunit import pytest from conftest import fspath
def test_save_path_not_present(check_for_crashes, minidump_files, tmpdir): """Test that dump_save_path works when the directory doesn't exist."""
save_path = tmpdir.join("saved")
def test_save_path_isfile(check_for_crashes, minidump_files, tmpdir): """Test that dump_save_path works when the path is a file and not a directory."""
save_path = tmpdir.join("saved")
save_path.write("junk")
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 und die Messung sind noch experimentell.