Splice in project template

I tried to merge it so that future updates from the template will be
much easier.

The template is hosted at:
https://github.com/ethereum/ethereum-python-project-template
This commit is contained in:
Jason Carver
2019-11-26 12:34:18 -08:00
28 changed files with 1215 additions and 115 deletions

0
tests/core/conftest.py Normal file
View File

View File

@ -0,0 +1,4 @@
def test_import():
import <MODULE_NAME> # noqa: F401