- Package:
- src:python-vispy
- Source:
- src:python-vispy
- Submitter:
- Étienne Mollier
- Date:
- 2023-02-26 17:15:04 UTC
- Severity:
- normal
- Tags:
Source: python-vispy Version: 0.6.6-2 Severity: wishlist Tags: newcomer It might be worth adding some self test to the python-vispy package. When python3-pytest is installed, vispy allows one to run some self-tests using python3 commands: import vispy vispy.test() Careful: a few of these tests require Internet connectivity, so it will be preferable to identify and disable them first; tests requiring Internet tend to become flaky or non-functional when time passes. Have a nice day, :)