Skip to content

Commit

Permalink
Add test assertion that common dependencies exist
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Dec 20, 2021
1 parent 97af43f commit 11ffbc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async def test_get_dependencies():
# assert that in each scope dependencies are exist
assert list(get_dependencies(Scope.gui))
assert list(get_dependencies(Scope.core))
assert list(get_dependencies(Scope.common))


async def test_get_dependencies_wrong_scope():
Expand Down

0 comments on commit 11ffbc1

Please sign in to comment.