diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-22 02:17:17 -0600 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-22 02:17:17 -0600 |
| commit | 3cefc8b2ad4a15b62708e63f25cdd4c010bd9e1b (patch) | |
| tree | aa733bc8a315806acbec05c00ee6687e87b31d59 /run_tests.py | |
| parent | 487c77a96504c0178581a7a4bb7e9cd66783548f (diff) | |
Refactor test suite, add comments
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 1 |
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 |
