test.py 139 Bytes
Newer Older
Lori A. Burns's avatar
Lori A. Burns committed
1
2
3
import test_installed_target
assert test_installed_target.add(1, 2) == 3
print('test_installed_target imports, runs, and adds: 1 + 2 = 3')