You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We mainly took the wgpu-py testsuite as is and kept the relevant tests and examples. Some new issues came up related to caching (unexpected objects from _default_device) and while digging around I found a bunch of redundant parts to the current pytest setup.
This will might be a longer process since the documentation seems kinda thin. I also open this issue for discussion on specifics.
some of the tasks I see right now
investigate and fix caching issue
remove unused code
move conftest.py to pyproject.toml
test screenshots against thumbnails (https://www.shadertoy.com/media/shaders/shaderID.jpg)
We mainly took the
wgpu-py
testsuite as is and kept the relevant tests and examples. Some new issues came up related to caching (unexpected objects from_default_device
) and while digging around I found a bunch of redundant parts to the current pytest setup.This will might be a longer process since the documentation seems kinda thin. I also open this issue for discussion on specifics.
some of the tasks I see right now
conftest.py
topyproject.toml
https://www.shadertoy.com/media/shaders/shaderID.jpg
)README
shader.show()
- needs investigation since the whole test suite is offscreenThe text was updated successfully, but these errors were encountered: