Commit Graph

43 Commits (677aca1cc75b9e5ccfd77c72f56801acd85b01cb)

Author SHA1 Message Date
Ganesh Nalawade 3b0e9ded91 Fix fallback and boolean check in argspec (#27994)
9 years ago
Philippe Dellaert 6d33e59ca1 Fix for subspec options validation issue #27715 (#27728)
9 years ago
Ganesh Nalawade 97a34cf008 Add options sub spec validation (#27119)
9 years ago
Toshio Kuratomi 47f26ee11c Refactor the tests for _symbolic_mode_to_octal
9 years ago
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
9 years ago
Toshio Kuratomi 36d7c0c403 Fix places where path needs to be bytes on python3
9 years ago
Toshio Kuratomi 2fff690caa Update module_utils.six to latest (#22855)
9 years ago
Matt Martz 87aa59af79 Legacy pep8 updates for setup.py and tests
9 years ago
Matt Clay 272ff10fa1 Fix @contextmanager leak on exception. (#21031)
9 years ago
Matt Clay 95789f3949 PEP 8 whitespace cleanup. (#20783)
9 years ago
Brian Coca a0f27d552c File attributes (#18213)
10 years ago
Toshio Kuratomi 9265016b95 Fix a test failure when run on a system with python-future installed.
10 years ago
Toshio Kuratomi efa78b4ff4 The mode that we fake from stat is checked more closely under python3.5 on El Capitan (#17794)
10 years ago
Christoph f9e49de2ef Add a test for int/float parameter type checking (#16741)
10 years ago
Toshio Kuratomi 28227546fa Various python3 updates for module_utils: (#17345)
10 years ago
Toshio Kuratomi fa804125b5 Python3 fixes and porting (#17271)
10 years ago
Alexander Stock 238cccf166 Fix "Text file busy" exception in atomic_move (#9526) (#17204)
10 years ago
Toshio Kuratomi 57701d7115 Give native strings to selinux library functions. (#17184)
10 years ago
Toshio Kuratomi c8a8f546d4 A little unittest refactoring (#16704)
10 years ago
Toshio Kuratomi 5a3493be5f Port urls.py to python3 and other byte vs text fixes (#16124)
10 years ago
Toshio Kuratomi 186337db28 Ship constants to the modules via internal module params rather than a secondary dict.
10 years ago
Toshio Kuratomi c730af5dc2 Remove reload from arg related tests. Changes to how ziploader passes args mean we don't need reload anymore. (#15782)
10 years ago
Toshio Kuratomi 44e21f7062 Allow AnsibleModules to be instantiated more than once in a module
10 years ago
nitzmahone 5b336832af add _load_params debug overrides for module args/file passed on cmdline
10 years ago
Toshio Kuratomi 75546678d9 Fix unittests
10 years ago
Toshio Kuratomi 4b0aa1214c Ziploader
10 years ago
James Cammarata 8eadc1d8eb Adding more unit tests for AnsibleModule things in basic.py
10 years ago
James Cammarata b853e932d1 Adding unit tests for symbolic mode conversion stuff in basic.py
10 years ago
James Cammarata 18240d350c Adding a skip for the literal_eval test on py3
10 years ago
James Cammarata 0ea3a9d08d Removing tabs from test_basic.py
10 years ago
James Cammarata 1de9357c2f Attempt at cleaning up issues introduced by new basic.py unit tests
10 years ago
James Cammarata e011f52557 Expanding unit tests for module_utils/basic.py
10 years ago
Toshio Kuratomi c2d188baff Hide values in json returns which were given in parameters marked no_log.
11 years ago
Marius Gedminas 225fe85530 Skip test_module_utils_basic_ansible_module_creation on Python 3
11 years ago
Marius Gedminas 0371b14567 Fix test: selinux gets passed byte strings
11 years ago
Marius Gedminas 500e7a1263 Fix test: _to_filesystem_str produces byte strings
11 years ago
Marius Gedminas f7571cb37f Python 3: there's no __builtin__ module
11 years ago
Marius Gedminas 709dbbc7db Use 0oNNN octal syntax in test/
11 years ago
Matt Martz 49d19e82ab Get tests passing
11 years ago
James Cammarata 4bc7703db3 Fixing some small bugs related to integration tests (v2)
11 years ago
James Cammarata e59d4f3b51 More module_utils/basic.py unit tests for v2
11 years ago
James Cammarata 339a02c384 Started reworking module_utils/basic unit tests (v2)
11 years ago
James Cammarata a960fcd569 Adding module_utils tests from v1 to v2
11 years ago