Skip to content

tdpreece/tdl-client-python

 
 

Repository files navigation

Python Version PyPi Version Codeship Status for julianghionoiu/tdl-client-python

tdl-client-python Development

Setting up a development environment:

pip install tox
cd tdl-client-python
git submodule update --init
./broker/activemq-wrapper start
tox -e devenv

Your virtualenv will be created in ./devenv/

Running all the tests,

tox

Pass arguments to behave, e.g. to run a specific scenario,

tox -- -n \'Trial run does not count\'

How to use Python virtualenvs

Link: http://www.marinamele.com/2014/05/install-python-virtualenv-virtualenvwrapper-mavericks.html

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%