Browse Source

reorganize tests and add loader category to readme

Bradford Condon 6 years ago
parent
commit
4a7174469f

+ 1 - 0
tests/README.md

@@ -49,6 +49,7 @@ Tests must end with `Test.php` to be recognized by PHPUnit.  The tests themselve
 * fields
 * entities
 * admin
+* loaders
 
 So for example, tests for the file `tripal/api/tripal.jobs.api.inc` should go in `tests/tripal/api/TripalJobsAPITest.php`. tests that don't fit in any of these categories should be placed in `tests/[submodule]/`.
 

+ 0 - 0
tests/tripal_chado/GFF3ImporterTest.php → tests/tripal_chado/loaders/GFF3ImporterTest.php


+ 0 - 0
tests/tripal_chado/TaxonomyImporterTest.php → tests/tripal_chado/loaders/TaxonomyImporterTest.php