from neon_dev_utils import sum_as_string def test_neon_dev_utils(): assert sum_as_string(2, 3) == "5"