PPE2/tests/test_moduleA.py

7 lines
108 B
Python

from src.moduleA import addition
def test_a():
assert addition() == 3
assert addition(5, 5) == 10