A cv2 import statement has pytest-cov looking for two source files in cwd instead of in site-packages/cv2. So two warnings are issued, because coverage doesn't find config.py and config-3.py. This ...
Using instructions from the in-class lecture, create a module to test some of the basic functionality of Python's sys module. The estimated level of effort for this exercise shown in the 'Estimate' ...