UnittestΒΆ

This is a bit of a tricky one. It seems that from unittest import * imports two TestCase subclasses that interfere with any test discovery and one must explicitly import the features they are interested in. This makes it a bit tricky for ApeMan which typically relies upon the * imports to work properly.