dwavesystems / demos

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
https://github.com/dwave-examples
Apache License 2.0
39 stars 37 forks source link

Remove requirements_test.txt #44

Closed m3ller closed 5 years ago

m3ller commented 5 years ago

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.

randomir commented 5 years ago

What if some demo requires special testing, and additional packages?