Commit Graph

157 Commits (fffb65d45fa55cc032e102bed0e7b94870d73408)

Author SHA1 Message Date
Matt Martz 2cd3a1be00 assertRaises should be given an exception type. Fixes 11441
11 years ago
James Cammarata 4fbd4ae18b Update VariableManager test for additional magic variable playbook_dir
11 years ago
Brian Coca 5bac17de51 fixed pfexec test
11 years ago
Brian Coca 091caf6279 added missing error class import
11 years ago
Brian Coca e9cf67004b updated fail_on_undefined test to new function signatures
11 years ago
Matt Martz 230be812ba Don't test for play.become_pass any longer
11 years ago
Matt Martz 49d19e82ab Get tests passing
11 years ago
James Cammarata 9ac624d2c9 Fix mock DictDataLoader _get_file_contents to match real code
11 years ago
James Cammarata fe41f109a9 Merge branch 'v2_final' into devel_switch_v2
11 years ago
James Cammarata 4bc7703db3 Fixing some small bugs related to integration tests (v2)
11 years ago
James Cammarata 0828028c71 Fixing unit test for included file changes
11 years ago
James Cammarata 2bad888f28 Merge branch 'v2_final' into devel_switch_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 d4a31e8d26 Adding unit tests for TaskExecutor (v2)
11 years ago
Serge van Ginderachter b92d70c5b6 tests files extensions in group/host_vars dir
11 years ago
James Cammarata 838ff32001 Fix unit test for conn_info (v2)
11 years ago
James Cammarata ecd5eb902d Adding unit tests for ConnectionInformation (v2)
11 years ago
James Cammarata 9921a1d2be Unit tests for base strategy class (v2)
11 years ago
James Cammarata 21fa385ce7 Reorganizing plugin unit tests and adding start of strategy tests (v2)
11 years ago
James Cammarata a960fcd569 Adding module_utils tests from v1 to v2
11 years ago
James Cammarata 398b1d3e60 Cleaning up template test syntax a bit
11 years ago
James Cammarata 9aa8676bdd More template unit tests for v2
11 years ago
James Cammarata 23cd3294d0 Starting to add v2 tests for template
11 years ago
James Cammarata 48d62fd934 Cleaning up VariableManager tests (v2)
11 years ago
James Cammarata a0509cda1e Fix test_role unit tests to use unique role names to avoid role caching errors
11 years ago
James Cammarata 1ca8cb8553 Fixing up v2 unit tests
11 years ago
Toshio Kuratomi f9f8af06fc Change asserts to assertIsInstance for better error messages
11 years ago
Matt Martz a0fc8bb0bd Testing additions and fixes
11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2
11 years ago
Jesse Rusak 652cd6cd5e Fix --force-handlers, and allow it in plays and ansible.cfg
11 years ago
James Laska 60acdee0dc Enable assert_raises_regexp on py26
11 years ago
Toshio Kuratomi f05cda6ffc Comma is also dependent on position within the hash
11 years ago
Brian Coca 74bf59082d fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo'
11 years ago
Toshio Kuratomi 644e50fe34 Hash randomization makes one of the heuristic_log_sanitize checks not work.
11 years ago
Brian Coca 587ab17f10 fixes password error detection for ssh connection plugin
11 years ago
Brian Coca 5f6db0e164 preliminary privlege escalation unification + pbrun
11 years ago
Toshio Kuratomi ffb281d96c Merge pull request #9600 from msabramo/make_AnsibleError_a_plain_ol_exception
11 years ago
Alejandro Guirao b8cf131375 Bug fix: Search only for files as candidates
11 years ago
Brian Coca 8872bba21f rearranged math filters
11 years ago
Brian Coca 2642738646 changed jsonify test to ignore whitespace
11 years ago
Brian Coca bc5d0a8cd4 fixed jsonify test
11 years ago
Brian Coca 5f2d5abeea ensure proper strings/unicodestrings for passwords
11 years ago
Toshio Kuratomi 4902c06304 Obfuscate passwords in more places where it is displayed
12 years ago
Marc Abramowitz 372a29744b Make AnsibleError a plain ol' exception
12 years ago
Björn Andersson 65e4f2b2bc Add filter to turn a string into a UUID
12 years ago
Michael DeHaan d4da58e102 Merge pull request #9720 from vlajos/typofixes-vlajos-20141204
12 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer
12 years ago
Brian Coca 97408fe5b2 Revert "Make listify respect the global setting for undefined variables."
12 years ago
Brian Coca 7d2937b1cc minor fixes to template function
12 years ago