Skip to content

Commit

Permalink
Add warning test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 7, 2025
1 parent a826488 commit 536cf89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/test_monitor.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pytest


def test_deprecation_warning():
with pytest.warns(DeprecationWarning):
import hdmf.monitor # noqa: F401

0 comments on commit 536cf89

Please sign in to comment.