summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-07-22 02:17:17 -0600
committerbd <bdunahu@operationnull.com>2025-07-22 02:17:17 -0600
commit3cefc8b2ad4a15b62708e63f25cdd4c010bd9e1b (patch)
treeaa733bc8a315806acbec05c00ee6687e87b31d59 /run_tests.py
parent487c77a96504c0178581a7a4bb7e9cd66783548f (diff)
Refactor test suite, add comments
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index ff11fb5..38fc6dc 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -3,6 +3,7 @@ import unittest
import sys
if __name__ == '__main__':
+
sys.path.append('t/')
sys.path.append('aergia/')
t_loader = unittest.defaultTestLoader