比较提交

...

1 次代码提交

作者 SHA1 备注 提交日期
Matthias Neeracher
44a0c2788d Add failing test 2019-02-03 03:39:10 +01:00

7
test_bad.py 普通文件

@ -0,0 +1,7 @@
# Adapted from the test_sample.py example in the pytest documentation
def inc(x):
return x - 1
def test_answer():
assert inc(3) == 4