Thanks to visit codestin.com Credit goes to github.com
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 f8ffa1d commit 995c844Copy full SHA for 995c844
1 file changed
IPython/lib/tests/test_clipboard.py
@@ -1,5 +1,3 @@
1
-import nose.tools as nt
2
-
3
from IPython.core.error import TryNext
4
from IPython.lib.clipboard import ClipboardEmpty
5
from IPython.testing.decorators import skip_if_no_x11
@@ -18,4 +16,4 @@ def test_clipboard_get():
18
16
# No clipboard access API available
19
17
pass
20
else:
21
- nt.assert_is_instance(a, str)
+ assert isinstance(a, str)
0 commit comments