Extending Aloe

class aloe.testclass.TestCase

The base test class for tests compiled from Gherkin features.

Aloe runs all tests within a unittest.TestCase. You can extend this class to run your tests with certain other features, i.e. using Django’s TestCase.

Extensions