summaryrefslogtreecommitdiff
path: root/Omni/Test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Test.py')
-rw-r--r--Omni/Test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Test.py b/Omni/Test.py
index 495334a..57270f9 100644
--- a/Omni/Test.py
+++ b/Omni/Test.py
@@ -6,6 +6,8 @@ import Omni.Log as Log
import typing
import unittest
+TestCase = unittest.TestCase
+
def run(area: App.Area, tests: list[typing.Any]) -> None:
"""Run the given tests with loglevel determined by area."""