TBroTeam / TBro

Visualization and management of denovo transcriptomes
https://tbroteam.github.io/TBro/
10 stars 6 forks source link

Testing functionality required #5

Open greatfireball opened 9 years ago

greatfireball commented 9 years ago

We do not perform tests for our TBro.

phryneas commented 9 years ago

Testing the pages will be very complicated due to the vast amount of user-interactive javascript.

We could build a set of phpUnit tests for the web services though.

iimog commented 8 years ago

Basic testing functionality for the web services is now implemented. They are automatically performed by Travis-CI. Code coverage is at 14% currently so more testing is required (also some test cases can be refined). However the basic setup is there. Future code should be tested from the start and step by step tests for existing code should be added.

greatfireball commented 8 years ago

Thanks for implementing the first tests!

I created issue #37 which should enforce testing for future commits to the code basis.

EDIT: Corrected a little typo