developer.rst 730 B

12345678910111213141516171819
  1. Developer Tools
  2. ===============
  3. Tripal Fields Generator
  4. -----------------------
  5. This is a CLI tool to help automate the generation of Tripal fields.
  6. `Documentation <https://github.com/tripal/fields_generator/blob/master/README.md>`__
  7. `Repository <https://github.com/tripal/fields_generator>`__
  8. Tripal Test Suite
  9. -----------------
  10. Tripal Test Suite 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.
  11. `Documentation <https://tripaltestsuite.readthedocs.io/en/latest/>`__
  12. `Repository <https://github.com/tripal/TripalTestSuite>`__