@@ -0,0 +1,2 @@
def add(a, b):
return a + b
pytest==7.4.0
ruff==0.1.0
@@ -0,0 +1,4 @@
# test_main.py
from main import add
def test_add():
assert add(2, 3) == 5
The note is not visible to the blocked user.