mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Change the last few tests to remove jedi completely and now tox -e py35 passes.
This commit is contained in:
@@ -144,12 +144,6 @@ class TokenTest(unittest.TestCase):
|
||||
assert string_tok.value == s
|
||||
|
||||
|
||||
def test_tokenizer_with_string_literal_backslash():
|
||||
import jedi
|
||||
c = jedi.Script("statement = u'foo\\\n'; statement").goto_definitions()
|
||||
assert c[0]._name._context.obj == 'foo'
|
||||
|
||||
|
||||
def test_ur_literals():
|
||||
"""
|
||||
Decided to parse `u''` literals regardless of Python version. This makes
|
||||
|
||||
Reference in New Issue
Block a user