Commit Graph

28 Commits (2ffb136b3febe6efe09d0c8b745b7cbbf5c747d3)

Author SHA1 Message Date
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