Commit Graph

9 Commits (ef85fcb068adeea6498f62809abb8ff488ef5192)

Author SHA1 Message Date
Matt Clay 74120442f2 Fix handling of ansible-doc errors. (#4992) 9 years ago
Matt Clay 8d3119dfe5 Add shellcheck to sanity checks. (#4976)
Also disable deprecation warnings during module validation.
9 years ago
Matt Clay 600228ca7f Test module docs on Shippable. (#4921) 9 years ago
Matt Clay 4fd906e5a6 Cosmetic fix to test PR and merge hooks. (#4893) 10 years ago
Matt Clay a709991c48 Run same tests on Shippable as on Travis. (#4889)
Run the same tests as used on Travis.
10 years ago
Matt Clay 6b166a76c4 Only run integration script if it exists. 10 years ago
Matt Clay 09e955ccfc Update call to generate-tests. 10 years ago
Matt Clay df4bfb431e Initial support for module integration tests. 10 years ago
Lars Kellogg-Stedman 3387526bca add some unit tests for the os_server module
This commit adds some unit tests for the `cloud.openstack.os_server`
module.  These tests exercise `_network_args` thoroughly and
`_create_server` lightly.

These tests will **fail** until #2275 lands.

To run the tests:

    pip install -r test-requirements.txt
    PYTHONPATH=$PWD py.test
10 years ago