1 2 3 4 5 6
import pytest import engine def test_sum_as_string(): assert engine.sum_as_string(1, 1) == "2"