Initiall development.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from __future__ import print_function
|
||||
import sensehatsnake.main
|
||||
import unittest
|
||||
|
||||
|
||||
class MainTestCase(unittest.TestCase):
|
||||
def test__init__(self):
|
||||
self.assertTrue("main" in dir(sensehatsnake.main))
|
||||
Reference in New Issue
Block a user