ansible/test/units
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.
2016-07-14 09:22:54 -07:00
..
cli Fixing bug in GalaxyCLI test; creates temp dir for role_path instead … (#16689) 2016-07-12 16:01:47 -04:00
contrib
errors
executor Parse async response in async action. (#16534) 2016-07-01 14:52:45 -07:00
inventory
inventory_test_data/group_vars
mock A little unittest refactoring (#16704) 2016-07-14 09:22:54 -07:00
module_utils A little unittest refactoring (#16704) 2016-07-14 09:22:54 -07:00
modules
parsing
playbook
plugins Fixing type in 293723f (mock_handler -> mock_handler_task) 2016-07-12 17:00:29 -05:00
template
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars
__init__.py