mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-21 16:01:04 +00:00
test: use native path in docs parity assertion (#3043)
This commit is contained in:
@@ -56,7 +56,7 @@ class DocsTranslationParityTests(unittest.TestCase):
|
||||
errors = check_docs_translation_parity(root)
|
||||
|
||||
self.assertEqual(len(errors), 1)
|
||||
self.assertIn("ja/cli-reference.mdx", errors[0])
|
||||
self.assertIn(str(Path("ja") / "cli-reference.mdx"), errors[0])
|
||||
self.assertIn("heading outline differs", errors[0])
|
||||
|
||||
def test_parity_reports_missing_and_stale_files(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user