Application
Currently, the demos require a requirements_test.txt file that calls for coverage to be installed. This is too onerous on the person submitting a demo; they shouldn't need to make a requirements_test.txt as it is unexpected and should not be handled by them.
Proposed Solution
Automatically install coverage for every virtual environment created to run a demo's unit tests.
Application Currently, the demos require a
requirements_test.txt
file that calls forcoverage
to be installed. This is too onerous on the person submitting a demo; they shouldn't need to make a requirements_test.txt as it is unexpected and should not be handled by them.Proposed Solution Automatically install coverage for every virtual environment created to run a demo's unit tests.