Files
slic/tests/test_broken_fct.py
tligui_y 22d493141c
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled
Update tests/test_broken_fct.py
2025-07-15 10:32:21 +02:00

12 lines
165 B
Python

def test_valid_1():
# To see if it's ignored
assert True
def test_broken(
# syntax error
def test_valid_2():
# To see if it's ignored
assert True