Problem: we don't have acceptance tests (#2216)

Solution: have a simple way to start a node and run scripts against it.
This commit is contained in:
vrde
2018-04-30 14:43:39 +02:00
committed by GitHub
parent 119420785d
commit 8d589d0181
14 changed files with 362 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
FROM python:3.6.3
RUN mkdir -p /src
RUN pip install --upgrade \
pycco \
websocket-client~=0.47.0 \
pytest~=3.0 \
bigchaindb-driver==0.5.0a2