summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* tox tests: pin test requirement versionsLuke Meyer2017-04-131-10/+13
| | | | | Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately.
* Consolidate root/utils testsJason DeTiberus2017-03-061-3/+1
| | | | - Consolidate tests between the root of the repo and utils
* Replace nose with pytestRodolfo Carvalho2017-02-201-1/+0
|
* Configure pytest to run tests and coverageRodolfo Carvalho2017-02-201-0/+1
|
* Make tests run with either nosetests or pytestRodolfo Carvalho2017-02-201-0/+1
| | | | | | | 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).
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-191-0/+1
| | | | was: separate lib_ unit tests from other unit tests
* More toxificationJason DeTiberus2017-01-101-0/+11
- Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils