Skip to content

Commit

Permalink
Add a second dummy test that checks top-level imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 11, 2023
1 parent f633720 commit fa5a1b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_jobflow_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@

def test_version():
assert __version__ == "0.0.1"


def test_imports():
"""This test triggers all the top-level imports by importing
the global `SETTINGS`.
"""
from jobflow_remote import SETTINGS # noqa

...

0 comments on commit fa5a1b3

Please sign in to comment.