re-enable the interpretation of the None keyword

This commit is contained in:
Dave Halter
2014-08-12 14:38:56 +02:00
parent 469988be9c
commit fb1dba269a
4 changed files with 6 additions and 7 deletions

View File

@@ -15,6 +15,8 @@ There are three kinds of test:
import textwrap
import pytest
import jedi
from jedi.api import classes
from jedi.evaluate import Evaluator
@@ -42,6 +44,7 @@ class MixinTestFullName(object):
class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):
operation = 'goto_definitions'
@pytest.mark.skipif('sys.version_info[:2] <= (2, 6)', reason='Python 2.6 also yields None.')
def test_tuple_mapping(self):
self.check("""
import re