Make sure that tests for refactoring are redirected

This commit is contained in:
Dave Halter
2020-02-09 14:05:16 +01:00
parent 6e63799a7d
commit 6166e7961e
3 changed files with 21 additions and 20 deletions

View File

@@ -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)