This commit is contained in:
parent
b50d56d511
commit
9072e94d14
8 changed files with 66 additions and 28 deletions
10
tests/python/test_config.py
Normal file
10
tests/python/test_config.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import unittest
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
def test_something(self):
|
||||
self.assertEqual(True, False) # add assertion here
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
0
tests/python/test_helper.py
Normal file
0
tests/python/test_helper.py
Normal file
0
tests/python/test_pyjs.py
Normal file
0
tests/python/test_pyjs.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue