Move tests into their projects.

This commit is contained in:
Andrew Hamilton 2021-11-04 23:04:41 +10:00
parent 2d7ce4a2de
commit b4b237ec1f
81 changed files with 2 additions and 2 deletions

View file

@ -1,15 +0,0 @@
import unittest
import hi
class HiTestCase(unittest.TestCase):
def test_hi(self):
hi.hi()
if __name__ == "__main__":
unittest.main()