cwgreene / quantum

Javascript Library for Quantum simulation
MIT License
1 stars 0 forks source link

Unit Tests: Python should capture output of unittests #2

Closed cwgreene closed 7 years ago

cwgreene commented 9 years ago

Stderr and stdout should be captured from the unit tests and displayed only on failure. Also, we should fix the success and output info.

Also, investigate making the testing logic testable.

cwgreene commented 9 years ago

Oh c'mon, can't you just setup nose like a normal person?

cwgreene commented 7 years ago

Will migrate to mocha instead.