Skip to content

Commit a1ed92c

Browse files
committed
Add pyshould as useful library for testing
1 parent 8e82784 commit a1ed92c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
694694
* [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
695695
* [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
696696
* [contexts](https://github.com/benjamin-hodgson/Contexts) - A modern and flexible _Behaviour-Driven-Development_ framework for Python 3.3 and above, inspired by C#'s `Machine.Specifications`.
697+
* [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on pyhamcrest
698+
697699
* Mock
698700
* [mock](https://pypi.python.org/pypi/mock) - A Python Mocking and Patching Library for Testing.
699701
* [responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library.

0 commit comments

Comments
 (0)