Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.21 KB

File metadata and controls

17 lines (9 loc) · 1.21 KB

Python Testing Sample

Build Status

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.

Unit Testing

The unit tests are located in the tests directory and are written in pytest.

BDD Testing

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.

JenkinsCI

The test results are located on JenkinsCI for this repo.