Skip to content

Commit

Permalink
Enable DeprecationWarnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moomoohk committed Nov 24, 2022
1 parent 9f06f02 commit b068120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import warnings

warnings.simplefilter("always", DeprecationWarning)

0 comments on commit b068120

Please sign in to comment.