Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 995c844

Browse files
committed
[lib][tests][clipboard] Remove nose
1 parent f8ffa1d commit 995c844

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

IPython/lib/tests/test_clipboard.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import nose.tools as nt
2-
31
from IPython.core.error import TryNext
42
from IPython.lib.clipboard import ClipboardEmpty
53
from IPython.testing.decorators import skip_if_no_x11
@@ -18,4 +16,4 @@ def test_clipboard_get():
1816
# No clipboard access API available
1917
pass
2018
else:
21-
nt.assert_is_instance(a, str)
19+
assert isinstance(a, str)

0 commit comments

Comments
 (0)