Skip to content

Commit 6884a56

Browse files
committed
TEST: Require that pydra.engine and the task package be importable
1 parent e219a1e commit 6884a56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydra/tasks/TODO/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
This is a basic doctest demonstrating that the package and pydra can both be successfully
3+
imported.
4+
5+
>>> import pydra.engine
26
>>> import pydra.tasks.TODO
37
"""
48
from ._version import get_versions

0 commit comments

Comments
 (0)