Example #1
0
def main():
    g = Gitana(CONFIG)
    g.delete_previous_logs()
    g.init_db("bugzilla_db_test")
    g.create_project("bugzilla_db_test", "papyrus")
    g.create_repository("bugzilla_db_test", "papyrus", "papyrus_repo")

    print "starting 1.."
    test_1(g)
    print "starting 2.."
    test_2(g)
    print "starting 3.."
    test_3(g)
Example #2
0
def test_add_repository():
    g = Gitana(CONFIG)
    g.delete_previous_logs()
    g.create_repository("dbschema_test", "1", "11")