Source code for python_template_cpp.tests.test_all

from python_template_cpp import add


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