|
|
@@ -9,8 +9,8 @@ from oscar.apps.catalogue.models import ProductClass, Product
|
|
9
|
9
|
from oscar.apps.partner.models import Partner, StockRecord
|
|
10
|
10
|
from oscar.test.helpers import create_product
|
|
11
|
11
|
|
|
12
|
|
-TEST_BOOKS_CSV = os.path.join(os.path.dirname(__file__), '../fixtures/books-small.csv')
|
|
13
|
|
-TEST_BOOKS_SEMICOLON_CSV = os.path.join(os.path.dirname(__file__), '../fixtures/books-small-semicolon.csv')
|
|
|
12
|
+TEST_BOOKS_CSV = os.path.join(os.path.dirname(__file__), '../../../fixtures/books-small.csv')
|
|
|
13
|
+TEST_BOOKS_SEMICOLON_CSV = os.path.join(os.path.dirname(__file__), '../../../fixtures/books-small-semicolon.csv')
|
|
14
|
14
|
|
|
15
|
15
|
class NullHandler(logging.Handler):
|
|
16
|
16
|
def emit(self, record):
|