Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit ab3c343

Browse files
committed
integration test on the perturbations function
1 parent adc0363 commit ab3c343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/_test_create.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ def test_create_join():
113113
def test_create_pipe():
114114
_test_create("create-pipe")
115115

116+
def test_create_perturbations():
117+
_test_create("create-perturbations")
118+
116119

117120
if __name__ == "__main__":
118121
import argparse

0 commit comments

Comments
 (0)