cognoma / machine-learning

Machine learning for Project Cognoma
Other
32 stars 47 forks source link

cognoml tests #58

Closed awm33 closed 7 years ago

awm33 commented 8 years ago

cognoml should really have tests. At the very least the "public" functions. The complex operations could be mocked.

dhimmel commented 8 years ago

@awm33, I agree and will work on this.

In the past, I've found pytest to be the most pythonic and user-friendly testing library. Anyone agree or disagree?