Commit a1c9eecc authored by Taddeus Kroes's avatar Taddeus Kroes

Removed comment from working unit test.

parent 2f75e399
...@@ -25,8 +25,6 @@ class TestRulesPoly(RulesTestCase): ...@@ -25,8 +25,6 @@ class TestRulesPoly(RulesTestCase):
[P(root, combine_polynomes, (a1, a2, 1, 2, 'a', 1))]) [P(root, combine_polynomes, (a1, a2, 1, 2, 'a', 1))])
def test_identifiers_reverse(self): def test_identifiers_reverse(self):
return
# TODO: Move to normalisation test
a1, a2 = root = tree('a+a*2') a1, a2 = root = tree('a+a*2')
possibilities = match_combine_polynomes(root) possibilities = match_combine_polynomes(root)
self.assertEqualPos(possibilities, self.assertEqualPos(possibilities,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment