tdnaugle opened a new pull request, #442: URL: https://github.com/apache/mahout/pull/442
### Purpose of PR: This PR implements a basic template for a testing suite using pytest, including the following items: 1. Adding pytest as a dependency 2. Define a helper function which can create from-scratch initial quantum state vectors (i.e. without using an instantiator from any of the backends), to be run as initial states for test circuits 3. Choose an example circuit to test on the qumat circuit execution and then on the backend native execution, followed by a comparison of the two final state vectors ### Important ToDos Please mark each with an "x" - [X ] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/mahout/] - [X] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is the JIRA number. - [X ] Created unit tests where appropriate - [X ] Added licenses correct on newly added files - [X] Assigned JIRA to self - [X] Added documentation in scala docs/java docs, and to website - [X] Successfully built and ran all unit tests, verified that all tests pass locally. If all of these things aren't complete, but you still feel it is appropriate to open a PR, please add [WIP] after MAHOUT-XXXX before the descriptions- e.g. "MAHOUT-XXXX [WIP] Description of Change" Does this change break earlier versions? No Is this the beginning of a larger project for which a feature branch should be made? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org