Răsfoiți Sursa

Removed comment from working unit test.

Taddeus Kroes 14 ani în urmă
părinte
comite
a1c9eecc57
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      tests/test_rules_poly.py

+ 0 - 2
tests/test_rules_poly.py

@@ -25,8 +25,6 @@ class TestRulesPoly(RulesTestCase):
                 [P(root, combine_polynomes, (a1, a2, 1, 2, 'a', 1))])
 
     def test_identifiers_reverse(self):
-        return
-        # TODO: Move to normalisation test
         a1, a2 = root = tree('a+a*2')
         possibilities = match_combine_polynomes(root)
         self.assertEqualPos(possibilities,