import sys import os sys.path.append(os.getcwd())
from proj.inventory import MobileInventory, InsufficientException import pytest