Skip to content

Commit a9ac616

Browse files
Reactivated some tests
1 parent 87b6aa3 commit a9ac616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/evaluation_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ class TestEvaluationFunction():
2323
"""
2424

2525
# Import tests that makes sure that mathematical expression comparison works as expected
26-
#from .tests.symbolic_evaluation_tests import TestEvaluationFunction as TestSymbolicComparison
26+
from .tests.symbolic_evaluation_tests import TestEvaluationFunction as TestSymbolicComparison
2727

2828
# Import tests that makes sure that physical quantities are handled as expected
29-
#from .tests.physical_quantity_evaluation_tests import TestEvaluationFunction as TestQuantities
29+
from .tests.physical_quantity_evaluation_tests import TestEvaluationFunction as TestQuantities
3030

3131
# Import tests that corresponds to examples in documentation and examples module
3232
from .tests.example_tests import TestEvaluationFunction as TestExamples

0 commit comments

Comments
 (0)