From 9abc1e2d4d6a3d8653cdf957f161f4896b47533e Mon Sep 17 00:00:00 2001 From: Andrea Cimatoribus <6107558+sambarluc@users.noreply.github.com> Date: Mon, 7 Jan 2019 09:02:47 -0600 Subject: [PATCH] Update README.rst Co-Authored-By: bertold --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 244fe70..ee461d0 100644 --- a/README.rst +++ b/README.rst @@ -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.