diff --git a/tests/test_promotions_parsing.py b/tests/test_promotions_parsing.py index ea0d129..17ebf86 100644 --- a/tests/test_promotions_parsing.py +++ b/tests/test_promotions_parsing.py @@ -1,3 +1,5 @@ +import sys,os +sys.path.append(os.path.abspath(os.curdir)) from item import Item from promotion import RewardType, find_promo_function, get_discount_rate