Skip to content

Commit 22b0c6d

Browse files
committed
Merge pull request Parbhat#31 from wirewit/behave
Added behave as a perfect tool for bdd
2 parents 6fd6225 + acb4af3 commit 22b0c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/app-markdowns/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Testing
1212

1313
* [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
1414
* [contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`.
15+
* [behave](https://github.com/behave/behave) - behave is behavior-driven development, Python style.
1516
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
1617
* [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD.
1718
* [nose](https://nose.readthedocs.org/) - nose extends unittest.

0 commit comments

Comments
 (0)