Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.3 KB

Build Status
Coverage Status
Quantified Code
Code Climate
Stories in Ready

Running from source

Creating the virtual environment:

virtualenv asg
source ./asg/bin/activate
python setup.py develop

Running the cli tool:

asg/bin/ansible-swagger-generator -s <path to swagger spec>

Exiting the virtualenv:

deactivate

Running Tests

Install testing libraries

pip install -r test-requirements.txt

Running tests

python setup.py nosetests
python setup.py flake8