测试Python覆盖率
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-05 00:17:31 +08:00
parent 2812de95fc
commit 2ba8a3c178
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ def is_larger(a: int, b: int):
def test_is_larger():
assert is_larger(2, 4)
assert is_larger(5, 4)