mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
07b4c8b4ed
The mock python module is required for the gem and rvm tests. If it is not available, the tests should be gracefully skipped. From python runtests.py -u: test__check_and_install_ruby (unit.states.rvm_test.TestRvmState) ... skipped 'mock python module is unavailable' test__check_ruby (unit.states.rvm_test.TestRvmState) ... skipped 'mock python module is unavailable' test__check_rvm (unit.states.rvm_test.TestRvmState) ... skipped 'mock python module is unavailable' test_gemset_present (unit.states.rvm_test.TestRvmState) ... skipped 'mock python module is unavailable' test_installed (unit.states.rvm_test.TestRvmState) ... skipped 'mock python module is unavailable' test_installed (unit.states.gem_test.TestGemState) ... skipped 'mock python module is unavailable' test_removed (unit.states.gem_test.TestGemState) ... skipped 'mock python module is unavailable' test__rvm (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test__rvm_do (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test_gemset_list (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test_gemset_list_all (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test_install (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test_list (unit.modules.rvm_test.TestRvmModule) ... skipped 'mock python module is unavailable' test__gem (unit.modules.gem_test.TestGemModule) ... skipped 'mock python module is unavailable' test_list (unit.modules.gem_test.TestGemModule) ... skipped 'mock python module is unavailable' test_sources_list (unit.modules.gem_test.TestGemModule) ... skipped 'mock python module is unavailable' |
||
---|---|---|
.. | ||
__init__.py | ||
gem_test.py | ||
rvm_test.py |