Removed AI generated test suites
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user