TripalTestSuite is a composer package that handles common test practices such as bootstrapping Drupal before running the tests, creating test file, creating and managing database seeders (files that seed the database with data for use in testing) and much more.
Within your Drupal module path (e,g sites/all/modules/my_module), run the following.
composer require statonlab/tripal-test-suite --dev
This will install TripalTestSuite along with all of the dependencies.
Please visit our online documentation to learn about installation and usage.
TripalTestSuite is licensed under GPLv3.