presentations
This commit is contained in:
parent
89b81f97c8
commit
209e235a56
@ -11,8 +11,8 @@ from pymath.calculus.render import txt, tex
|
|||||||
|
|
||||||
|
|
||||||
def test_init_from_str():
|
def test_init_from_str():
|
||||||
exp = Expression("2 + 3")
|
exp = Expression("2 + 3")
|
||||||
assert exp.postfix_tokens == [2, 3, "+"]
|
assert exp.postfix_tokens == [2, 3, "+"]
|
||||||
|
|
||||||
def test_init_from_exp():
|
def test_init_from_exp():
|
||||||
pass
|
pass
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from pymath import generic
|
from pymath.calculus import generic
|
||||||
|
|
||||||
class TestGeneric(unittest.TestCase):
|
class TestGeneric(unittest.TestCase):
|
||||||
"""Testing functions from pymath.calculus.generic"""
|
"""Testing functions from pymath.calculus.generic"""
|
||||||
|
Loading…
Reference in New Issue
Block a user