Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Jun 1, 2023
1 parent 2feee13 commit e6a28d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: pip install -U ".[test]"
- run: pytest --doctest-modules
- run: pytest
3 changes: 3 additions & 0 deletions tests/test_core_imports.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
def test_core_imports():
# Only include default packages installed by `pip install autora` without any extras here
import autora # noqa
import autora.experiment_runner.synthetic # noqa
import autora.experimentalist # noqa
import autora.utils # noqa
import autora.variable # noqa
import autora.workflow # noqa

0 comments on commit e6a28d9

Please sign in to comment.