8000 Filter warnings so tests run clean :) · MVReddy/python-api@7a92bd9 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7a92bd9

Browse files
committed
Filter warnings so tests run clean :)
1 parent 13359a1 commit 7a92bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def setup_package():
2+
import warnings
3+
warnings.filterwarnings('ignore')

0 commit comments

Comments
 (0)
0