Compare commits

...

2 Commits

Author SHA1 Message Date
KKlochko 8cabeff8f3 Added ci/cd badge
continuous-integration/drone/push Build is passing Details
2 years ago
KKlochko aa829a4e75 Fixed the test
continuous-integration/drone/push Build is passing Details
2 years ago

@ -1,4 +1,6 @@
# 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