Skip to content

Commit

Permalink
Add test for import of mikeio1d
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa authored and Gediminas Kirsanskas committed Dec 18, 2023
1 parent 3af0a90 commit 7b6a78b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pytest
import warnings


def test_imports_without_warning():
with warnings.catch_warnings():
warnings.simplefilter("error")
import mikeio1d

0 comments on commit 7b6a78b

Please sign in to comment.