Source code for python_template_cppjswasm.tests.test_all

from python_template_cppjswasm import add


[docs] class TestAll:
[docs] def test_all(self): assert 3 == add(1, 2)