fix: raw_dir-Fixture kappt config.ROOT, private Fixture-Namen ersetzt (2.1.1)
CI / verify (push) Successful in 42s
Release / release (push) Successful in 37s

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:
2026-09-01 17:03:51 +02:00
parent 18ae28f918
commit f63a72cb24
13 changed files with 138 additions and 84 deletions
+2 -2
View File
@@ -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):