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