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’sTestCase
.
Extensions¶
- aloe_django – Django integration for Aloe.
- aloe_webdriver – Selenium integration for Aloe.