mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
68a9912d3a
* Add a ``testprogram.TestProgramCase()`` to simplify test classes + Has ``setUp()`` and ``tearDown()`` to create ephemeral test directory (really should be moved to salttesting.TestCase) + Common ``assert_exit_status()`` for validating and reporting failures in exit status. * Add missing ``testprogram.TestDaemonSaltProxy`` class * Remove specific setting of ``program`` parameter in initialization of ``TestDaemonSaltMinion`` since ``testprogram.TestSaltProgramMeta`` already handles that unless a specific override is required. * Automatically set ``user`` in config for master, minion and proxy test classes if a specific user is not specified. * Automatically set ``PYTHONPATH`` as ``sys.path`` unless it is specified. |
||
---|---|---|
.. | ||
__init__.py | ||
test_reactor.py | ||
testprogram.py |