mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Make sure that tests for refactoring are redirected
This commit is contained in:
@@ -58,9 +58,5 @@ def test_refactor(refactor_case):
|
||||
|
||||
:type refactor_case: :class:`.refactor.RefactoringCase`
|
||||
"""
|
||||
if 0:
|
||||
# TODO Refactoring is not relevant at the moment, it will be changed
|
||||
# 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)
|
||||
refactor_case.run()
|
||||
assert_case_equal(refactor_case, refactor_case.result, refactor_case.desired)
|
||||
|
||||
Reference in New Issue
Block a user