Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsbu1 committed Aug 7, 2024
1 parent a16a223 commit 14736b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
import pytest
import requests
from wei import ExperimentClient
from wei.core.data_classes import ModuleAbout, WorkcellData, WorkflowStatus
from wei.types.module_types import ModuleAbout
from wei.types.workcell_types import WorkcellData
from wei.types.workflow_types import WorkflowStatus


class TestWEI_Base(unittest.TestCase):
Expand Down

0 comments on commit 14736b7

Please sign in to comment.