Loading pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ testpaths = [ [tool.ruff.lint] extend-select = ["I"] # isort ignore = ["F841"] [tool.ruff.format] # Like Black, use double quotes for strings. Loading tests/test_check_report.py +0 −1 Original line number Diff line number Diff line import pytest from tbc_check import checker from tbc_check.checker import AnsiColors def test_check_report_junit_ok1(capfd: pytest.CaptureFixture[str]): Loading Loading
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ testpaths = [ [tool.ruff.lint] extend-select = ["I"] # isort ignore = ["F841"] [tool.ruff.format] # Like Black, use double quotes for strings. Loading
tests/test_check_report.py +0 −1 Original line number Diff line number Diff line import pytest from tbc_check import checker from tbc_check.checker import AnsiColors def test_check_report_junit_ok1(capfd: pytest.CaptureFixture[str]): Loading