Skip to content

Commit fac3602

Browse files
committed
Remove redundant idempotent test
1 parent e144ca7 commit fac3602

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_fix_input_six.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
eval(input('hello'))
1616
""")
1717

18-
INPUT_IDEMPOTENT = ("""\
19-
from six.moves import input
20-
input()
21-
""", """\
22-
from six.moves import input
23-
input()
24-
""")
25-
2618
RAW_INPUT = ("""\
2719
raw_input()
2820
""", """\
@@ -53,9 +45,6 @@ def test_input():
5345
def test_input_args():
5446
check_on_input(*INPUT_ARGS)
5547

56-
def test_input_idempotent():
57-
check_on_input(*INPUT_IDEMPOTENT)
58-
5948
def test_raw_input():
6049
check_on_input(*RAW_INPUT)
6150

0 commit comments

Comments
 (0)