Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3
stars
0
forks
source link
Remove old/outdated Tests and Fix failing Tests #493
Currently, mvn verify fails. This is quite confusing for users who are installing/using Clotho for the first time. The following needs to be done:
[ ] Look at all the tests in the Test package. Remove all outdated tests.
[ ] If a test is relevant but failing, fix it. (Create an issue and assign it to the concerned dev)
[ ] Ensure that mvn verify returns "Success".
[ ] Check the logger and comment out cumbersome and unwanted 'text' while compiling.