You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils/basic
Toshio Kuratomi c8a8f546d4 A little unittest refactoring (#16704)
A little unittest refactoring

* Add a class decorator to generate tests when using a unittest.TestCase base class
* Add a TestCase subclass with setUp() and tearDown() that sets up
  module parameter parsing
* Move test_safe_eval to use the class decorator and ModuleTestCase base
  class
* Move testing of set_mode_if_different into its own file and separate
  some test methods out so we get better errors and more coverage in
  case of errors.
* Naming convention for test cases doesn't need to duplicate information
  that's already in the file path.
8 years ago
..
__init__.py
test__log_invocation.py
test_exit_json.py
test_heuristic_log_sanitize.py
test_known_hosts.py
test_log.py Fix unit tests for module_name commit #16087 9 years ago
test_no_log.py
test_run_command.py Port urls.py to python3 and other byte vs text fixes (#16124) 9 years ago
test_safe_eval.py A little unittest refactoring (#16704) 8 years ago
test_set_mode_if_different.py A little unittest refactoring (#16704) 8 years ago