Skip to content

Commit 080de31

Browse files
committed
coverage experiment
1 parent 2a284a5 commit 080de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_coverage_nogpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def main():
5555
"tests/test_pyside_event_handling_mixin.py",
5656
"tests/test_image.py",
5757
"tests/test_webgpu_constants.py",
58+
"tests/test_webgpu_pipelines.py",
5859
]
5960

6061
# GPU-dependent tests (require OpenGL context)
@@ -66,7 +67,6 @@ def main():
6667
"tests/test_base_mesh.py",
6768
"tests/test_primitives.py",
6869
"tests/test_obj.py",
69-
"tests/test_webgpu_pipelines.py",
7070
"tests/test_webgpu_widget.py",
7171
]
7272

0 commit comments

Comments
 (0)