implement datatypes
+tests as agreed in last meeting Change-Id: Ibc382f808927797e7e7ea268b97a5632713bfb56
This commit is contained in:
8
test/test_blubb.py
Normal file
8
test/test_blubb.py
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
def test_assert():
|
||||
assert 1
|
||||
|
||||
|
||||
def test_constants(constants):
|
||||
assert constants.ONE == 1
|
||||
assert constants.TWO == 2
|
Reference in New Issue
Block a user