Removed AI generated test suites

This commit is contained in:
2026-07-27 12:07:37 +02:00
parent 8b45674cd2
commit 36051e1577
16 changed files with 1 additions and 846 deletions

View File

@@ -21,17 +21,8 @@ bedit = "bedit_gui.application:main"
[project.optional-dependencies]
dev = [
"pytest>=8",
"ruff>=0.5",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
addopts = "--strict-config --strict-markers -ra"
testpaths = ["tests"]
markers = [
"unit: fast tests without GUI event-loop interaction",
"gui: tests that create or interact with Qt objects",
]