Skip to content

Commit 8d40baa

Browse files
committed
add test_leiden in tests/__init__
1 parent bcbdb3f commit 8d40baa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
test_utils_data,
1010
test_correlation_metrics,
1111
test_dataset_loader,
12+
test_leiden,
1213
)
1314

1415
__all__ = [
@@ -22,4 +23,5 @@
2223
"test_utils_data",
2324
"test_correlation_metrics",
2425
"test_dataset_loader",
26+
"test_leiden",
2527
]

0 commit comments

Comments
 (0)