소스 검색

reorganize tests and add loader category to readme

Bradford Condon 6 년 전
부모
커밋
4a7174469f
3개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/README.md
  2. 0 0
      tests/tripal_chado/loaders/GFF3ImporterTest.php
  3. 0 0
      tests/tripal_chado/loaders/TaxonomyImporterTest.php

+ 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