Add unit tests, Fix operations and remaining failing tests

This commit is contained in:
2023-08-17 18:46:57 +02:00
parent ae07b4cf80
commit 78f7fb2f05
12 changed files with 428 additions and 49 deletions

View File

@@ -6,11 +6,11 @@ export make_node, make_edge, insert_node, insert_edge, is_entry_node, is_exit_no
export NodeFusion, NodeReduction, NodeSplit, push_operation!, pop_operation!, can_pop, reset_graph!, get_operations
export import_txt
export ==, in, show, isempty, delete!
export ==, in, show, isempty, delete!, length
export bytes_to_human_readable
import Base.length
import Base.show
import Base.==
import Base.in