test
This commit is contained in:
9
tests/test_discovery.py
Normal file
9
tests/test_discovery.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Test file to verify pytest discovery is working"""
|
||||
|
||||
def test_pytest_discovery():
|
||||
"""Simple test to verify pytest can discover test files"""
|
||||
assert True
|
||||
|
||||
def test_another_discovery_test():
|
||||
"""Another test to verify multiple tests are discovered"""
|
||||
assert 1 + 1 == 2
|
||||
Reference in New Issue
Block a user