tests package

Submodules

tests.test_tinkerpop module

Created on 2020-04-20

@author: wf

class tests.test_tinkerpop.TestPyJanusGraph(methodName='runTest')[source]

Bases: unittest.case.TestCase

pyunit test cases for pyjanusgraph

setUp()[source]

setUp the environment for the test

tearDown()[source]

after finishing close the remote connection

testJanusGraph()[source]

test communication to janus Graph

test_loadGraph()[source]

test loading a graph ml database

Module contents