添加 'test_sample.py'
continuous-integration/drone/push Build is failing Details

master
root 4 years ago
parent 9bb9c5ae05
commit 5ec3391f13

@ -0,0 +1,7 @@
# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 5
Loading…
Cancel
Save