mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
disable refactoring tests for now.
This commit is contained in:
@@ -34,6 +34,9 @@ def test_refactor(refactor_case):
|
|||||||
|
|
||||||
:type refactor_case: :class:`.refactor.RefactoringCase`
|
:type refactor_case: :class:`.refactor.RefactoringCase`
|
||||||
"""
|
"""
|
||||||
refactor_case.run()
|
if 0:
|
||||||
assert_case_equal(refactor_case,
|
# TODO Refactoring is not relevant at the moment, it will be changed
|
||||||
refactor_case.result, refactor_case.desired)
|
# significantly in the future, but maybe we can use these tests:
|
||||||
|
refactor_case.run()
|
||||||
|
assert_case_equal(refactor_case,
|
||||||
|
refactor_case.result, refactor_case.desired)
|
||||||
|
|||||||
Reference in New Issue
Block a user