From 6f527b12d554104efbeb95b5804c150037ac87f8 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Wed, 5 Oct 2022 12:42:53 +0300 Subject: [PATCH] prefs --- tests/test_promotions_parsing.py | 2 ++ 1 file changed, 2 insertions(+) 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