Repository that attempts to test the Zenroom coconut scripts via the python wrapper.
On first ensure you include --recursive flag to get submodules:
$ git clone --recursive https://github.com/thingful/coconut-tests.gitAlternatively if you need to update you can run:
$ git submodule update --init --recursive(added to remind myself about submodules).
This little script requires zenroom.py to be installed. Simplest approach is just to create a virtualenv and then within that virtualenv run:
$ pip install -r requirements.txtTo run all operations for Coconut try running the following from within your virtualenv:
$ python coconut-workflow.py