summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-1021-3243/+0
* mcollective: add tests, cleanups and bug fix when no config in /etc.Scott Moser2016-07-191-19/+107
* fix tox flake8Scott Moser2016-07-141-14/+14
* Change StringIO to BytesIO in cc_mcollective.pySergii Golovatiuk2016-07-141-0/+60
* minor changes prior to mergeScott Moser2016-06-101-2/+2
* mock is_resolvable in mirrorfail tests to remove dependency to external netChristian Ehrhardt2016-06-091-19/+24
* fix docstring for check connectivityChristian Ehrhardt2016-06-091-1/+1
* remove unused BIN_APT constantChristian Ehrhardt2016-06-092-4/+0
* move SkipTest definition to tests/unittests/helpers.py to be reusableChristian Ehrhardt2016-06-091-19/+2
* move gpg functions into gpg.pyChristian Ehrhardt2016-06-091-2/+2
* enable test_handler_apt_source unittests on CentOSChristian Ehrhardt2016-06-071-3/+0
* mock get_primary_arch for TestAptSourceConfigSourceList for CentOSChristian Ehrhardt2016-06-071-4/+6
* harden mirrorfail tests for the fact that even good mirrors can failChristian Ehrhardt2016-06-071-0/+32
* drop gpg activity from aot-source key testsChristian Ehrhardt2016-06-071-19/+5
* make unittests more readableChristian Ehrhardt2016-06-062-88/+24
* capture output of gpg calls to avoid messing up stdout/stderrChristian Ehrhardt2016-06-061-1/+2
* remove check that fails if user has installed tested keysChristian Ehrhardt2016-06-061-5/+1
* apt_src_keyid_real: drop unused exception variableChristian Ehrhardt2016-06-061-1/+1
* fix alternate keyserver dnsChristian Ehrhardt2016-06-061-1/+1
* only test the apt feature in environments with aptChristian Ehrhardt2016-06-062-0/+9
* rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt2016-06-061-12/+13
* fixup key tests for cases where network isn't availableChristian Ehrhardt2016-06-061-6/+2
* add_key_raw - make exceptions more specificChristian Ehrhardt2016-06-061-5/+33
* test alternate keyserverChristian Ehrhardt2016-06-061-0/+9
* make _get_default_params method staticChristian Ehrhardt2016-06-061-1/+2
* unify testing of real gpg key addsChristian Ehrhardt2016-06-061-26/+17
* tests: fix apt tests to run inside ubuntu build environmentScott Moser2016-06-032-7/+18
* fix tox -e flake8Scott Moser2016-06-032-42/+41
* add test for wrong apt_source formatChristian Ehrhardt2016-05-301-0/+3
* drop errorlist from convert_to_new_formatChristian Ehrhardt2016-05-301-4/+2
* fix inline doc of test_apt_src_longkeyid_realChristian Ehrhardt2016-05-251-1/+1
* make test_apt_srcl_custom independent to where it is executedChristian Ehrhardt2016-05-251-4/+6
* add test for the now isolated convert_to_new_format functionChristian Ehrhardt2016-05-241-0/+29
* rebased with upstream and reolved merge conflictsChristian Ehrhardt2016-05-2414-64/+52
|\
| * run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-1214-64/+52
* | final pep8 check fixupsChristian Ehrhardt2016-05-231-6/+3
* | add test_apt_src_replace_dict_triChristian Ehrhardt2016-05-231-0/+14
* | shorten method names to follow python rulesChristian Ehrhardt2016-05-231-69/+76
* | unify basic triple check and add test_apt_src_basic_dict_triple based on itChristian Ehrhardt2016-05-231-14/+43
* | add test_apt_source_basic_dictChristian Ehrhardt2016-05-231-0/+12
* | add triple test for ppa addingChristian Ehrhardt2016-05-231-0/+27
* | make checkers happy about unused loop indexChristian Ehrhardt2016-05-231-1/+1
* | add triple case for test_apt_source_keyid_triple incl triple key checkChristian Ehrhardt2016-05-231-5/+50
* | testcases with multiple source list entriesChristian Ehrhardt2016-05-231-6/+68
* | fix function names in inline docChristian Ehrhardt2016-05-231-2/+2
* | extend test_apt_source_key by nofn caseChristian Ehrhardt2016-05-231-10/+28
* | put fallbackfn to initChristian Ehrhardt2016-05-231-14/+7
* | extend test_apt_source_keyid by no filename caseChristian Ehrhardt2016-05-231-10/+31
* | extend test_apt_source_replace by a no-filename caseChristian Ehrhardt2016-05-231-17/+36
* | drop unused mockappsubpChristian Ehrhardt2016-05-231-1/+1