Compare commits

..

No commits in common. 'main' and 'failing-test' have entirely different histories.

@ -1,6 +1,4 @@
# poetry-template
[![Build Status](https://drone.kklochko.pp.ua/api/badges/KKlochko/poetry-template/status.svg)](https://drone.kklochko.pp.ua/KKlochko/poetry-template)
poetry-template is a simple template for python project that using poetry.

@ -14,7 +14,7 @@ def test_sum_wrong():
b = 2
s_wrong = 4
assert s_wrong != sum(a, b)
assert s_wrong == sum(a, b)
def test_mul():
a = 1

Loading…
Cancel
Save