[x] Travis-CI commit/PR automation for existing tests
[ ] Documentation for running tests locally
[ ] Create Cucumber (or similar) integration tests against real Nexpose console (maybe)
Setup test automation with travis-ci, which will test every commit to master and every pull request (and each new commit on an open pull request). Similar to how the Ruby nexpose-client is setup.
Right now I am liking py.test, but I'm open to other suggestions.
Simple enough to run py.test tests (tests being the tests directory relative to project root). Add the -v flag for nice colored output on each file as well.
Setup test automation with travis-ci, which will test every commit to master and every pull request (and each new commit on an open pull request). Similar to how the Ruby nexpose-client is setup.
Right now I am liking py.test, but I'm open to other suggestions.
Simple enough to run
py.test tests
(tests
being the tests directory relative to project root). Add the-v
flag for nice colored output on each file as well.Example: