addtestdata adding images to correct folder, but in the wrong format
This commit is contained in:
@@ -485,7 +485,6 @@ class ProductSearchTest(TestCase):
|
||||
# check for filters
|
||||
self.assertNotEquals([], payload['filters']['singles'])
|
||||
self.assertTrue(len(payload['filters']) >= 2 )
|
||||
import ipdb; ipdb.set_trace()
|
||||
|
||||
|
||||
class MyProductsViewTest(APITestCase):
|
||||
|
||||
@@ -15,7 +15,6 @@ def extract_search_filters(result_set):
|
||||
'singles': set(),
|
||||
}
|
||||
for item in result_set:
|
||||
# import ipdb; ipdb.set_trace()
|
||||
try:
|
||||
# extract tags
|
||||
tags = item.tags.all()
|
||||
|
||||
Reference in New Issue
Block a user