salt/tests/unit
Pedro Algarvio 5f58f0d28b We need OrderedDict support. So, as a last resort, provide our own.
* We try to import `OrderedDict` from the standard library, which is only available on python >= 2.7, if `ImportError` is raised we try to import it from `ordereddict`, a package available in PyPi. As a last resort, we provide our own implementation based on http://code.activestate.com/recipes/576669/.
* Update all code requiring `OrderDict` to use our compatible import module.
2013-04-23 12:56:23 +01:00
..
modules Add cmd.run_all to __salt__. Required for the unit test. 2013-04-22 22:26:05 +01:00
states Fix rvm unit tests. 2012-12-11 11:27:21 +00:00
templates Fixed jinja_tests. 2013-01-14 08:58:27 +01:00
utils Header updates. More copyright to the SaltSatck team. Code author to me(where applicable). 2012-12-11 10:23:37 +00:00
__init__.py Refactor runtests to allow dotted path module discovery. 2012-05-29 19:56:47 -07:00
config_test.py Header updates. More copyright to the SaltSatck team. Code author to me(where applicable). 2012-12-11 10:23:37 +00:00
log_test.py Pylint cleanup for salt log tests 2013-02-07 15:50:43 -07:00
pydsl_test.py We need OrderedDict support. So, as a last resort, provide our own. 2013-04-23 12:56:23 +01:00
simple.py Fix PEP8 warnings for test cases 2012-05-29 22:10:20 +05:30
stateconf_test.py We need OrderedDict support. So, as a last resort, provide our own. 2013-04-23 12:56:23 +01:00
version_test.py Fix salt version unittest. 2013-02-06 04:59:26 +00:00