Extending Eucalyptus

Since Eucalyptus is a fork of Aloe this pages covers Aloe internals which should not be different from original docs.

class aloe.testclass.TestCase

The base test class for tests compiled from Gherkin features.

Eucalyptus 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