Skip to content
Snippets Groups Projects
Commit 03747c54 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added failing unit tests for validation.

parent 43b69bd1
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,8 @@ class TestValidation(TestCase):
def test_intermediate_failure(self):
self.assertFalse(validate('3a + a + b + 2b', '4a + 4b'))
#def test_indefinite_integral(self):
# self.assertTrue(validate('int_2^4 x^2', '4^3/3 - 2^3/3'))
#def test_advanced_failure(self):
# self.assertFalse(validate('(x-1)^3+(x-1)^3', '4a+4b'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment