summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/test/unit/test_repoquery.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python3 error in repoqueryJeff Peeler2017-05-131-1/+1
| | | | | | | Explicitly convert from bytes to string so that splitting the string is successful. This change works with python 2 as well. Closes #4182
* Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka2017-05-111-0/+1
|
* Remove dummy setup/teardown methodsRodolfo Carvalho2017-03-061-8/+0
|
* Clean up test filesRodolfo Carvalho2017-03-061-12/+0
| | | | | They are not executable anymore, and tests are now meant to be run through pytest.
* Removed unused code. Made tests executable.Kenny Woodson2017-02-211-0/+0
|
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-191-0/+0
| | | | was: separate lib_ unit tests from other unit tests
* Include missing unit tests to test runner configRodolfo Carvalho2017-02-191-0/+87
We were not running those tests in CI, bad :(