This python package is my attempt to test out python testing methods. Currently the module has unit testing with pytest tests and BDD testing with Behave. The package is linked to TravisCI for automatic testing when changes are pushed via git.
The unit tests are located in the tests directory and are written in pytest.
Behavior Driven Development features are located in the features directory and the steps for these feaatures are in the features/steps directory. The features are writtin in Gherkin and are part of Behave.
The test results are located on JenkinsCI for this repo.