Files

4 lines
77 B
Python
Raw Permalink Normal View History

2026-07-30 08:39:38 +07:00
# test_main.py
from main import add
def test_add():
assert add(2, 3) == 5