Feature: Transition sanity check to rich and improve output (#12182)

This commit is contained in:
Trenton H
2026-03-02 10:53:39 -08:00
committed by GitHub
parent 20a9cd40e8
commit e58a35d40c
9 changed files with 1032 additions and 359 deletions
@@ -288,7 +288,7 @@ class TestExportImport(
self.assertEqual(Permission.objects.count(), num_permission_objects)
messages = check_sanity()
# everything is alright after the test
self.assertEqual(len(messages), 0)
self.assertEqual(messages.total_issue_count, 0)
def test_exporter_with_filename_format(self) -> None:
shutil.rmtree(Path(self.dirs.media_dir) / "documents")