disable refactoring tests for now.

This commit is contained in:
Dave Halter
2014-04-18 17:29:01 +02:00
parent 33fa2b0cb4
commit 54568c1868

View File

@@ -34,6 +34,9 @@ def test_refactor(refactor_case):
:type refactor_case: :class:`.refactor.RefactoringCase` :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() refactor_case.run()
assert_case_equal(refactor_case, assert_case_equal(refactor_case,
refactor_case.result, refactor_case.desired) refactor_case.result, refactor_case.desired)