Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/lint/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 727 B image not shown  

Quelle  test_yaml.py   Sprache: Python

 
import mozunit

LINTER = "yaml"


def test_basic(lint, paths):
    results = lint(paths())

    assert len(results) == 3

    assert "line too long (122 > 80 characters)" in results[0].message
    assert results[0].level == "error"
    assert "bad.yml" in results[0].relpath
    assert results[0].lineno == 3

    assert "wrong indentation: expected 4 but found 8" in results[1].message
    assert results[1].level == "error"
    assert "bad.yml" in results[1].relpath
    assert results[0].lineno == 3

    assert "could not find expected" in results[2].message
    assert results[2].level == "error"
    assert "bad.yml" in results[2].relpath
    assert results[2].lineno == 9


if __name__ == "__main__":
    mozunit.main()

Messung V0.5
C=95 H=99 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.