ankitaggarwal011 / PyCNN

Image Processing with Cellular Neural Networks in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add unit tests

ankitaggarwal011 opened this issue · comments

Adding unit tests for each part of the library, especially the image processing functions and the core library functions would enable easy debugging and extension of library. This is important as it ensures that a new functionality or improvement doesn't affect the other parts inadvertently.

Any suggestions are welcome. Thanks!

There is pull request #13 .
Tests are running on Travis CI.

@LLluma, I've merged your request and setup Travis CI, the first unit test is successfully added. Please consider adding more tests. Thank you.