5 lines
93 B
Python
5 lines
93 B
Python
import unittest
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main('rainbowadn.testing.test_all')
|