
Change-Id: Ieeaeb3b8efcae004e94aea6c1d2703c9782a8650 Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/21320 Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
10 lines
127 B
Python
10 lines
127 B
Python
|
|
|
|
def test_assert():
|
|
assert 1
|
|
|
|
|
|
def test_constants(constants):
|
|
assert constants.ONE == 1
|
|
assert constants.TWO == 2
|