cyberflex-shell/tests/__main__.py

6 lines
84 B
Python

import unittest
from tests import *
if __name__ == "__main__":
unittest.main()