mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
new way of gathering statements to evaluate for static analysis
This commit is contained in:
@@ -15,7 +15,7 @@ def assert_case_equal(case, actual, desired):
|
||||
"""
|
||||
assert actual == desired, """
|
||||
Test %r failed.
|
||||
actual = %s
|
||||
actual = %s
|
||||
desired = %s
|
||||
""" % (case, actual, desired)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user