dev #2

Merged
wtukatyr merged 19 commits from dev into main 2025-06-05 23:09:25 +03:00
9 changed files with 50 additions and 4 deletions
Showing only changes of commit 6be0920cf8 - Show all commits

0
tests/__init__.py Normal file
View File

2
tests/test_fail.py Normal file
View File

@@ -0,0 +1,2 @@
def test_fail():
assert False

2
tests/test_success.py Normal file
View File

@@ -0,0 +1,2 @@
def test_success():
assert True