test/test_session.rb in rubypython-0.2.8 vs test/test_session.rb in rubypython-0.2.9
- old
+ new
@@ -1,6 +1,6 @@
class TestSessionImport < Test::Unit::TestCase
def test_session
require 'rubypython/session'
- assert RubyPython.import "cPickle"
+ assert(RubyPython.import("cPickle"), "Import failed during session test.")
end
end
\ No newline at end of file