Skip to content

yadt/yadtcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yadtcontroller Build Status

Developer setup

This module uses the pybuilder. You will need virtualenv installed. (On Ubuntu : sudo apt-get install python-virtualenv, on other machines sudo pip install virtualenv should do it).

git clone https://github.com/yadt/yadtcontroller
cd yadtcontroller
virtualenv venv
. venv/bin/activate
pip install pybuilder
pyb install_dependencies

Or you could use pyb_init and run

pyb-init github yadt : yadtcontroller

Running the tests

pyb verify

Generating a setup.py

pyb
cd target/dist/yadtcontroller-$VERSION
./setup.py <whatever you want>

Looking at the coverage

pyb
cat target/reports/coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published