Unit Tests
From Koha Wiki
Tips and tricks > Transfers - enhancements > Translating Koha > Tutorial for Updating Database Files > Unit Tests
Tests generally use Test::More and are kept in two folders:
- t stands for tests on code and unit tests
- xt stands for authoring code indentation, and sysprefs tests.
You can run a test by simply calling it with perl t/filename.t
You can run all tests by calling make test