Pedro Algarvio
|
f13718f11c
|
Py3 compatibility fixes
|
2015-01-30 22:25:11 +00:00 |
|
Pedro Algarvio
|
60f215f191
|
Add from __future__ import absolute_import
|
2015-01-30 22:25:04 +00:00 |
|
Pedro Algarvio
|
d02a2bc224
|
Include the python encoding file header on tests.
|
2013-11-27 11:19:24 +00:00 |
|
Pedro Algarvio
|
7ae519c34e
|
Fix unit.states.rvm_test.TestRvmState.test_installed
|
2013-09-21 10:42:34 +01:00 |
|
Pedro Algarvio
|
5d26a9fd4b
|
Adapted unit.states.rvm_test to use salttesting.mock
|
2013-08-26 13:03:08 +00:00 |
|
Pedro Algarvio
|
c04cc4a945
|
Updated unit.states.rvm_test test suite to use salttesting.helpers.ensure_in_syspath()
|
2013-06-28 00:13:03 +01:00 |
|
Pedro Algarvio
|
222be7b446
|
Make sure every test module is runnable by __main__ .
* Double to single quotes
|
2013-06-28 00:12:56 +01:00 |
|
Pedro Algarvio
|
64a0d631e1
|
Fix rvm unit tests.
|
2012-12-11 11:27:21 +00:00 |
|
Jeff Schroeder
|
07b4c8b4ed
|
Skip the rvm and gem module/state tests when mock is missing
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'
|
2012-06-30 12:29:48 -07:00 |
|
Jeroen Dekkers
|
92ffbaba6e
|
Be compatible with mock 0.7
|
2012-06-19 02:19:03 +02:00 |
|
L.C. Rees
|
140e8781df
|
- py3k updates
|
2012-05-31 23:31:27 -06:00 |
|
Anselm Helbig
|
d02f0beaee
|
added proper unit tests for gem and rvm modules and states; fixed bugs in the rvm module's install function and in the rvm state's handling of ruby versions
|
2012-05-03 11:33:16 +02:00 |
|