Skip to content

Commit

Permalink
Run f string debug test on Python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Jul 10, 2019
1 parent 3e07ab1 commit 516197d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astroid/tests/unittest_nodes.py
Expand Up @@ -1194,6 +1194,7 @@ def func():
assert node.doc is None


@test_utils.require_version(minver="3.8")
def test_parse_fstring_debug_mode():
node = astroid.extract_node('f"{3=}"')
assert isinstance(node, nodes.JoinedStr)
Expand Down

0 comments on commit 516197d

Please sign in to comment.