Update test_generators/README.md

Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
Danny Ryan 2019-04-15 23:07:42 +10:00 committed by GitHub
parent 956e7c5abc
commit 3b9d35f8e8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ eth-utils==1.4.1
../../test_libs/pyspec
```
The config helper and pyspec is optional, but preferred. We encourage generators to derive tests from the spec itself, to prevent code duplication and outdated tests.
Applying configurations to the spec is easy, and enables you to create test suites with different contexts.
Applying configurations to the spec is simple, and enables you to create test suites with different contexts.
Note: make sure to run `make pyspec` from the root of the specs repository, to build the pyspec requirement.