mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
8
acceptance/python/Dockerfile
Normal file
8
acceptance/python/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user