djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

unit tests? #117

Open nchase opened 10 years ago

nchase commented 10 years ago

Are there unit tests for the project? If so, where are they and how do we run them?

If not, have you thought about adding unit tests? Is there a desired testing library, directory structure, priority of areas of the code base to cover?

eugene-bulkin commented 10 years ago

I have thought about unit testing, not sure about the other guys. While I would love to do it, I have no clue how in the world you would unit test an application like this. Even end-to-end testing would be fairly tricky.

If you have any suggestions please let us know, I'd love to put some testing in but I have no idea how it would actually work.