Add stuck initiatives audit report
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user