satori/satori/tests
Samuel Stavinoha 54f816aa1f Fix remaining refs to the former config object
Switch notation from

    value = d.key

to

    value = d.get('key') # in optional cases
    value = ['key'] # in required cases

Unittests for config dictionary make use of mock.patch.dict

Change-Id: Ib688dd13e1e3df9a82b3f0377064be8e6c765e55
Closes-Bug: #1301020
2014-04-01 16:54:03 -05:00
..
__init__.py Add virtual env, testing tools, and blank tests 2014-01-28 16:19:40 -06:00
test_common_logging.py Fix remaining refs to the former config object 2014-04-01 16:54:03 -05:00
test_common_templating.py Templating: initial implementation 2014-03-10 20:58:19 -05:00
test_dns.py Add exception `SatoriInvalidDomain` 2014-03-25 10:24:17 -05:00
test_formats_text.py Implement ohai-solo data plane discovery module 2014-03-18 17:15:08 -05:00
test_shell.py tests: fix mock usage 2014-03-19 17:14:06 -05:00
test_ssh.py tests: fix mock usage 2014-03-19 17:14:06 -05:00
test_sysinfo_ohai_solo.py Convert configuration object to a dictionary 2014-03-26 11:23:20 -05:00
test_utils.py Templating: working implementation 2014-03-11 15:21:49 -05:00
utils.py Update tests and testing requirements 2014-03-14 16:47:40 -05:00