diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2019-01-10 00:02:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 00:02:58 +0800 |
commit | 5b8c9122a292f6558c45440b053ceae52d36d495 (patch) | |
tree | 3f285b2b26b07d221f0467dab326b840ee83e721 | |
parent | 08d0ff48c3bfdb6277d9b80169bdb66f75e55fbb (diff) | |
download | dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar.gz dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar.bz2 dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar.lz dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar.xz dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.tar.zst dexon-sol-tools-5b8c9122a292f6558c45440b053ceae52d36d495.zip |
In README's, don't mention non-existent tests (#1497)
-rw-r--r-- | python-packages/contract_addresses/README.md | 6 | ||||
-rw-r--r-- | python-packages/contract_artifacts/README.md | 6 | ||||
-rw-r--r-- | python-packages/json_schemas/README.md | 4 |
3 files changed, 1 insertions, 15 deletions
diff --git a/python-packages/contract_addresses/README.md b/python-packages/contract_addresses/README.md index e2714afdf..d5e098deb 100644 --- a/python-packages/contract_addresses/README.md +++ b/python-packages/contract_addresses/README.md @@ -18,16 +18,10 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting ### Install Code and Dependencies -Ensure that you have installed Python >=3.6 and Docker. Then: - ```bash pip install -e .[dev] ``` -### Test - -Tests depend on a running ganache instance with the 0x contracts deployed in it. For convenience, a docker container is provided that has ganache-cli and a snapshot containing the necessary contracts. A shortcut is provided to run that docker container: `./setup.py ganache`. With that running, the tests can be run with `./setup.py test`. - ### Clean `./setup.py clean --all` diff --git a/python-packages/contract_artifacts/README.md b/python-packages/contract_artifacts/README.md index e0a34cbca..caa6b5df4 100644 --- a/python-packages/contract_artifacts/README.md +++ b/python-packages/contract_artifacts/README.md @@ -18,16 +18,10 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting ### Install Code and Dependencies -Ensure that you have installed Python >=3.6 and Docker. Then: - ```bash pip install -e .[dev] ``` -### Test - -Tests depend on a running ganache instance with the 0x contracts deployed in it. For convenience, a docker container is provided that has ganache-cli and a snapshot containing the necessary contracts. A shortcut is provided to run that docker container: `./setup.py ganache`. With that running, the tests can be run with `./setup.py test`. - ### Clean `./setup.py clean --all` diff --git a/python-packages/json_schemas/README.md b/python-packages/json_schemas/README.md index ef8e888f3..29b18baea 100644 --- a/python-packages/json_schemas/README.md +++ b/python-packages/json_schemas/README.md @@ -18,15 +18,13 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting ### Install Code and Dependencies -Ensure that you have installed Python >=3.6 and Docker. Then: - ```bash pip install -e .[dev] ``` ### Test -Tests depend on a running ganache instance with the 0x contracts deployed in it. For convenience, a docker container is provided that has ganache-cli and a snapshot containing the necessary contracts. A shortcut is provided to run that docker container: `./setup.py ganache`. With that running, the tests can be run with `./setup.py test`. +`./setup.py test`. ### Clean |