Skip to content

Commit

Permalink
feat(tests): Added test for synthetic_AnnData function.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Aivazidis <[email protected]>
  • Loading branch information
AlexanderAivazidis committed Aug 26, 2024
1 parent 725a0bd commit a5f31df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pyrovelocity/tests/test_synthetic_AnnData.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Test synthetic_AnnData function."""

def test_synthetic_AnnData():
from pyrovelocity.tests.synthetic_AnnData import synthetic_AnnData
synthetic_AnnData()

0 comments on commit a5f31df

Please sign in to comment.