a87e568b55
+tests as agreed in last meeting Change-Id: Ibc382f808927797e7e7ea268b97a5632713bfb56
9 lines
126 B
Python
9 lines
126 B
Python
|
|
def test_assert():
|
|
assert 1
|
|
|
|
|
|
def test_constants(constants):
|
|
assert constants.ONE == 1
|
|
assert constants.TWO == 2
|