We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1274bdd commit d78c2b1Copy full SHA for d78c2b1
toolz/tests/test_compatibility.py
@@ -1 +1,6 @@
1
-import toolz.compatibility
+import pytest
2
+
3
4
+def test_compat_warn():
5
+ with pytest.warns(DeprecationWarning):
6
+ import toolz.compatibility
0 commit comments