chore: first commit
This commit is contained in:
BIN
tests/__pycache__/test_example.cpython-313-pytest-8.4.2.pyc
Normal file
BIN
tests/__pycache__/test_example.cpython-313-pytest-8.4.2.pyc
Normal file
Binary file not shown.
8
tests/test_example.py
Normal file
8
tests/test_example.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
|
||||
@pytest.fixture
|
||||
def sample_data():
|
||||
return [1, 2, 3]
|
||||
|
||||
def test_sum(sample_data):
|
||||
assert sum(sample_data) == 6
|
||||
Reference in New Issue
Block a user