summaryrefslogtreecommitdiff
path: root/src/server-tests
AgeCommit message (Collapse)Author
2015-01-18flush_db: dedicated DBO class, cleanupLV-426
2015-01-18rename rand_id() -> generate_random_id__uuid()LV-426
2015-01-18mv rand_id() -> neo4j_util.pyLV-426
2015-01-12test_ws_event__topo_diff(): augment test with linkLV-426
2015-01-12test_rz_mesh: adapt to multi-valued return values on diff commitLV-426
2015-01-12generate_random_node_dict(): include random nameLV-426
2015-01-11test_rz_mesh(): use Topo_Diff.Commit_Result_Type, clean assertionsLV-426
2015-01-11test_rz_mesh(): use test_labelsLV-426
2015-01-11test_db_controller: rm test_rm_node_set(), outdated, tested in ↵LV-426
test_diff_commit__topo()
2015-01-11test_db_controller.py: test orderingLV-426
2015-01-11test_diff_commit__topo(): adapt to node_set_rm -> node_id_set_rm, same for linksLV-426
2015-01-11update test_db_op_statement_iteration(), correct location in fileLV-426
2015-01-11sort importsLV-426
2015-01-06test_diff_commit__topo(): adapt to namedtuple return typeLV-426
2015-01-06test_add_node/link_set: map by label/type via meta_attr_list_to_meta_attr_map()LV-426
2015-01-06test_diff_commit__attr(): updateLV-426
2015-01-06test_diff_commit__topo: update()LV-426
2015-01-06test_add_link_set(): updateLV-426
2015-01-06test_add_node_set(): updateLV-426
2015-01-06import generate_random_node_dictLV-426
2015-01-06test_util: generate_random_link_dict()LV-426
2015-01-06test_db_controller: improve code orderingLV-426
2015-01-06DBO_topo_diff_commit -> DBO_diff_commit__topo, same for __attrLV-426
2015-01-06test_add_link_set(): update: use rand_label(), etcLV-426
2015-01-06generate_random_node_dict: add nid to return valueLV-426
2015-01-05update test_add_node_set()LV-426
2015-01-05improve rand_label() generation: use 'T_' prefixLV-426
2015-01-05DB_op#add_statement(): support query addition via query arrayLV-426
2015-01-05update test_rz_clone()LV-426
2015-01-05follow string ID type conventionLV-426
2015-01-05neo4j_test_util: gen_rand_data() -> DBO_random_data_generationLV-426
2015-01-05rz_api, neo4j_test_util: importsLV-426
2015-01-05test_block_chain__commit_and_print()LV-426
2015-01-05test_db_controller: adapt to db_controller, db_op separationLV-426
2015-01-04rename rhizi_server -> rz_serverLV-426
2015-01-04rename rhizi_api -> rz_apiLV-426
2015-01-02test_rz_mesh.py: practical rewrite, supported test functions:LV-426
- test_ws_event__topo_diff() - test_ws_event__attr_diff() - test_REST_post_triggers_ws_multicast__topo_diff()
2015-01-02server-tests/test_util.pyLV-426
2015-01-02update tests to use '__label_set'LV-426
2015-01-02misc changes: newline at end of file, etc.LV-426
2015-01-02update test_attr_diff_commit()LV-426
2015-01-02improve test data formattingLV-426
2015-01-02rm DB index creation in testLV-426
2014-12-28test_rz_mesh.pyLV-426
2014-12-16moving files around after repository mergerAlon Levy