Skip to content

billcloud-me/python-testing-sample

Repository files navigation

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.

About

sample python package that demonstrates testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published