Skip to content

Commit 0cead88

Browse files
authored
Add pytest-pyspec to testing tools section
Added pytest-pyspec to the testing tools list.
1 parent e5c91d0 commit 0cead88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Collection of awesome Python resources for testing and generating test data.
4444
- [behave](https://github.com/behave/behave) - is behavior-driven development, Python style.
4545
- [lettuce](https://github.com/gabrielfalcao/lettuce) - Behavior-driven-development tool for python, inspired by Cucumber for Ruby.
4646
- [mamba](http://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of BDD.
47-
47+
- [pytest-pyspec](https://github.com/felipecrp/pytest-pyspec) - Transforms pytest output into a beautiful, readable format similar to RSpec. It provides semantic meaning to your tests by organizing them into descriptive hierarchies.
48+
4849
## Code Coverage
4950

5051
- [Coverage.py](https://github.com/nedbat/coveragepy) - is a tool for measuring code coverage of Python programs.

0 commit comments

Comments
 (0)