Example #1
0
def test_add_project():
    g = Gitana(CONFIG)
    g.create_project("dbschema_test", "1")
    g.create_project("dbschema_test", "2")
    g.list_projects("dbschema_test")
Example #2
0
def test_list_projects():
    g = Gitana(CONFIG)
    g.list_projects("db_2048")