File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,31 +129,20 @@ count = true
129129[tool .pyproject-fmt ]
130130max_supported_python = " 3.14"
131131
132- [tool .pytest . ini_options ]
133- markers = [ " graalpy" ]
132+ [tool .pytest ]
133+ ini_options. markers = [ " graalpy" ]
134134
135135[tool .coverage ]
136- run.source = [
137- " python_discovery" ,
138- " tests" ,
139- ]
140- run.dynamic_context = " test_function"
141136run.branch = true
137+ run.dynamic_context = " test_function"
142138run.parallel = true
143139run.plugins = [
144140 " covdefaults" ,
145141]
146- report.fail_under = 100
147- report.show_missing = true
148- report.partial_branches = [
149- " assert any\\ (" ,
150- ]
151- report.omit = [
152- " src/python_discovery/_windows/*" ,
153- " tests/windows/*" ,
142+ run.source = [
143+ " python_discovery" ,
144+ " tests" ,
154145]
155- html.show_contexts = true
156- html.skip_covered = false
157146paths.source = [
158147 " src" ,
159148 " .tox*/*/lib/python*/site-packages" ,
@@ -162,6 +151,17 @@ paths.source = [
162151 " */src" ,
163152 " *\\ src" ,
164153]
154+ report.fail_under = 100
155+ report.omit = [
156+ " src/python_discovery/_windows/*" ,
157+ " tests/windows/*" ,
158+ ]
159+ report.partial_branches = [
160+ " assert any\\ (" ,
161+ ]
162+ report.show_missing = true
163+ html.show_contexts = true
164+ html.skip_covered = false
165165
166166[tool .ty ]
167167src.exclude = [ " tests/windows/winreg_mock_values.py" ]
You can’t perform that action at this time.
0 commit comments