Test that the cv2 module can be imported.
(self)
| 6 | """ Simple functionality tests. """ |
| 7 | |
| 8 | def test_import(self): |
| 9 | """ Test that the cv2 module can be imported. """ |
| 10 | import cv2 |
| 11 | |
| 12 | def test_video_capture(self): |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected