Skip to content

Commit

Permalink
Add the module_path again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Mar 16, 2018
1 parent cc9c9fc commit 5f0b34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_evaluate/test_stdlib.py
Expand Up @@ -85,3 +85,4 @@ def test_namedtuple_goto_definitions(Script):
d1, = Script(source).goto_definitions()

assert d1.get_line_code() == "class Foo(tuple):"
assert d1.module_path is None

0 comments on commit 5f0b34a

Please sign in to comment.