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`
""" """
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)