add some tests to pytest

This commit is contained in:
Basyrov Rustam
2025-06-05 23:00:39 +03:00
parent 099b5d487f
commit 6be0920cf8
3 changed files with 4 additions and 0 deletions

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