Update README.rst

Co-Authored-By: bertold <bertold@users.noreply.github.com>
This commit is contained in:
Andrea Cimatoribus 2019-01-07 09:02:47 -06:00 committed by GitHub
parent f5aebaade9
commit 9abc1e2d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BDD library for the py.test runner
pytest-bdd implements a subset of the Gherkin language to enable automating project
requirements testing and to facilitate behavioral driven development.
Unlike many other BDD tools, it doesn't require a separate runner and benefits from
Unlike many other BDD tools, it does not require a separate runner and benefits from
the power and flexibility of pytest. It enables unifying unit and functional
tests, reduces the burden of continuous integration server configuration and allows the reuse of
test setups.