Files
slic/tests/test_broken_fct.py
T
tligui_y 2de73849cd
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled
Update tests/test_broken_fct.py
2025-07-14 14:19:19 +02:00

13 lines
172 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
'''