fix: raw_dir-Fixture kappt config.ROOT, private Fixture-Namen ersetzt (2.1.1)
Files changed: - CHANGES.md - VERSION - tools/chemenu/tests/conftest.py - tools/chemenu/tests/test_corpus_diff.py - tools/chemenu/tests/test_index_build.py - tools/chemenu/tests/test_kb_collections.py - tools/chemenu/tests/test_lint.py - tools/chemenu/tests/test_migrate_cmd.py - tools/chemenu/tests/test_new_page.py - tools/chemenu/tests/test_page_ops.py - tools/chemenu/tests/test_provenance.py - tools/chemenu/tests/test_search.py - tools/chemenu/tests/test_touch.py
This commit is contained in:
@@ -128,9 +128,9 @@ def test_lint_detects_orphan_page(kb_dir):
|
||||
)
|
||||
report = run_lint(kb_dir)
|
||||
assert "isolated" in report["orphan_pages"]
|
||||
# aurora and Nathan link to each other, so they must not be reported as orphans.
|
||||
# aurora and Borealis link to each other, so they must not be reported as orphans.
|
||||
assert "aurora" not in report["orphan_pages"]
|
||||
assert "Nathan" not in report["orphan_pages"]
|
||||
assert "Borealis" not in report["orphan_pages"]
|
||||
|
||||
|
||||
def test_lint_detects_missing_frontmatter_fields(kb_dir):
|
||||
|
||||
Reference in New Issue
Block a user