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 e144ca7 commit fac3602Copy full SHA for fac3602
tests/test_fix_input_six.py
@@ -15,14 +15,6 @@
15
eval(input('hello'))
16
""")
17
18
-INPUT_IDEMPOTENT = ("""\
19
-from six.moves import input
20
-input()
21
-""", """\
22
23
24
-""")
25
-
26
RAW_INPUT = ("""\
27
raw_input()
28
""", """\
@@ -53,9 +45,6 @@ def test_input():
53
45
def test_input_args():
54
46
check_on_input(*INPUT_ARGS)
55
47
56
-def test_input_idempotent():
57
- check_on_input(*INPUT_IDEMPOTENT)
58
59
48
def test_raw_input():
60
49
check_on_input(*RAW_INPUT)
61
50
0 commit comments