summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/test/openshift_master_facts_bad_input_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Make tests run with either nosetests or pytestRodolfo Carvalho2017-02-201-33/+32
| | | | | | | And remove explicit dependencies on nose, replacing with pytest. The former is the way forward, for it is a better maintained test library, and a transitive dependency of `molecule`, the test framework we're using to add integration tests to this repo (work in progress).
* Remove test duplicationRodolfo Carvalho2017-02-201-0/+58
Consolidate tests for bad input into a single file instead of having the same code in two files.