supervised_layout_benchmark/tests/test_run.py

7 lines
100 B
Python
Raw Permalink Normal View History

2021-04-12 20:52:20 +08:00
# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 4