UofS-Pulse-Binfo / analyzedphenotypes

Tripal/Drupal support for analyzed phenotypic data including data loaders, exporters, trait pages and summaries on germplasm pages.
GNU General Public License v2.0
0 stars 1 forks source link

Automated Testing of Upload #39

Closed laceysanderson closed 6 years ago

laceysanderson commented 6 years ago

Metadata

Documentation:

Description

I've added automated testing of the upload using TripalTestSuite. Specifically, I've included a short example file with no difficult lines as a first test. For each line in the file, I check there exists

Testing?

To test you need to set up TripalTestSuite in your clone then just run ./vendor/bin/phpunit in the analyzedphenotypes directory and check the tests pass.

Please do a code review as well :-)

laceysanderson commented 6 years ago

Great :-) Thanks!