Skip to content

thingful/coconut-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coconut-tests

Repository that attempts to test the Zenroom coconut scripts via the python wrapper.

Getting started

On first ensure you include --recursive flag to get submodules:

$ git clone --recursive https://github.com/thingful/coconut-tests.git

Alternatively 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.txt

Running the script

To run all operations for Coconut try running the following from within your virtualenv:

$ python coconut-workflow.py

About

Tiny test repo for playing with zenroom.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages