Move tests into their projects.
This commit is contained in:
parent
2d7ce4a2de
commit
b4b237ec1f
81 changed files with 2 additions and 2 deletions
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
|
||||
import unittest
|
||||
|
||||
import hi3
|
||||
|
||||
|
||||
class HiTestCase(unittest.TestCase):
|
||||
|
||||
def test_hi(self):
|
||||
hi3.hi()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue