"""Run all tests for the package."""


import ${{package.testsuite_import_name}} as testsuite

testsuite.run()
