Skip to content

Commit

Permalink
Removed testing that no storage plugins are loaded initially, since t…
Browse files Browse the repository at this point in the history
…hey will

be if run from test_python_bindings...
  • Loading branch information
jesper-friis committed Aug 20, 2023
1 parent 89da0c6 commit d223ded
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bindings/python/tests/test_storage_plugins.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import dlite


# Initially no storage plugins are loaded
assert list(dlite.StoragePluginIter()) == []

# Storage plugins can be loaded
dlite.Storage.load_plugins()

Expand Down

0 comments on commit d223ded

Please sign in to comment.