be9ed7e879
* Rename mgp_graph_remove to mgp_graph_delete * Add mgp_graph_detach_delete * Add PyGraph functions * Add _mgp exceptions * Use unified error handling in python wrapper * Ignore clang-tidy warnings * Add mgp.Graph, mgp.Vertex and mgp.Edge mutable functions * Add python write procedure registration * Add `is_write` result field to mg.procedures * Use storage::View::NEW for write procedures * Add simple tests for write procedures * Remove false information about IDs
11 lines
334 B
CMake
11 lines
334 B
CMake
function(copy_streams_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(streams ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_streams_e2e_python_files(common.py)
|
|
copy_streams_e2e_python_files(conftest.py)
|
|
copy_streams_e2e_python_files(streams_tests.py)
|
|
copy_streams_e2e_python_files(streams_owner_tests.py)
|
|
|
|
add_subdirectory(transformations)
|