MCPcopy Create free account
hub / github.com/opencv/opencv-python / test_import

Method test_import

tests/test.py:8–10  ·  view source on GitHub ↗

Test that the cv2 module can be imported.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected