test_rules_factors.py 326 B

12345678910111213
  1. from src.rules.factors import match_expand, expand_single
  2. from src.possibilities import Possibility as P
  3. from tests.rulestestcase import RulesTestCase
  4. from tests.test_rules_poly import tree
  5. class TestRulesFactors(RulesTestCase):
  6. def test_match_expand(self):
  7. pass
  8. def test_expand_single(self):
  9. pass