boost-dx-tutorial/tests/test_something.py

9 lines
130 B
Python
Raw Normal View History

def test_always_true():
assert True
def test_something_in_src():
from foo import dummy
assert dummy() == (1, 1, 1)