go test
is used for testing. A running IPS server is required, with the ability to log in. The
database to connect to test with is "db2" on "localhost" but these can be overridden using environment
variables.
A benchmark suite can be run as part of the tests:
go test -bench .
Run tests:
go test -run ''