Add stuck initiatives audit report

This commit is contained in:
Ezra
2026-04-03 22:42:06 +00:00
parent dc3d975c2f
commit 56aa692d1c
1267 changed files with 1263232 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import typing
import unittest
class TestCase(unittest.TestCase):
"""
We use this base class for all the tests in this package.
If necessary, we can put common utility or setup code in here.
"""
maxDiff: typing.Optional[int] = 10**10