Writing testsΒΆ
You can easily write own test modules / classes by inheriting from the ansibleci.test.Test class. Just have a look at the existing test modules for an example.
To run your own test make sure you add your new test module / class to the ENABLED_TESTS config list.