Sha256: 15efc442209b13f88f5f758e27cb749029b3fe8af5504ab93f2b1a274625b69c

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

class TestSessionImport < Test::Unit::TestCase
  def test_session
    require 'rubypython/session'
    assert(RubyPython.import("cPickle"), "Import failed during session test.")
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubypython-0.2.11 test/test_session.rb
rubypython-0.2.10 test/test_session.rb
rubypython-0.2.9 test/test_session.rb