Files
slic/tests/test_broken_fct.py
T
yasmine_tligui 47508f32fc
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 37s
Functions files
2025-07-14 11:47:35 +02:00

11 lines
164 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