theforeman / foreman_ansible_inventory

Foreman dynamic inventory script for ansible - Now merged into Ansible itself
GNU General Public License v3.0
70 stars 31 forks source link

Add some tests #26

Closed agx closed 8 years ago

agx commented 8 years ago

This series a.dds the infrastructure to run tests via

python setup.py nosetests

or tox. This will ease adding python3 support and more features.

agx commented 8 years ago

I've made the code adhere to pep8 as well.

Any objections to include this project in travis CI or alternatively run the tests in foreman ci so we don't regress?

Once this is in we can easily add python3 support without breaking things in one or the other python version all the time.

agx commented 8 years ago

Ping?

dLobatog commented 8 years ago

Thanks @agx !