File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
types/causal_types/causaloid_graph Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ rust_test_suite(
312312rust_test_suite (
313313 name = "traits_tests" ,
314314 srcs = glob ([
315- "traits/generatable/*_tests.rs" ,
315+ "traits/generatable/generative_processor/ *_tests.rs" ,
316316 ]),
317317 tags = [
318318 "traits_tests" ,
Original file line number Diff line number Diff line change 33 * Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
44 */
55
6+ #[ cfg( test) ]
67mod causality_graph_edges_tests;
78#[ cfg( test) ]
89mod causality_graph_explaining_tests;
10+ #[ cfg( test) ]
911mod causality_graph_freeze_tests;
12+ #[ cfg( test) ]
1013mod causality_graph_nodes_tests;
14+ #[ cfg( test) ]
1115mod causality_graph_reasoning_all_tests;
16+ #[ cfg( test) ]
1217mod causality_graph_reasoning_imbalanced_tests;
18+ #[ cfg( test) ]
1319mod causality_graph_reasoning_linear_tests;
1420#[ cfg( test) ]
1521mod causality_graph_reasoning_multi_tests;
22+ #[ cfg( test) ]
1623mod causality_graph_reasoning_shortest_tests;
24+ #[ cfg( test) ]
1725mod causality_graph_reasoning_single_tests;
26+ #[ cfg( test) ]
1827mod causality_graph_reasoning_sub_tests;
1928#[ cfg( test) ]
2029mod causality_graph_tests;
You can’t perform that action at this time.
0 commit comments