Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
| 123456789101112131415 |
- from oscar.apps.address.tests import *
- from oscar.apps.basket.tests import *
- from oscar.apps.order.tests import *
- from oscar.apps.product.tests import *
- from oscar.apps.stock.tests import *
- from oscar.apps.checkout.tests import *
- from oscar.apps.payment.tests import *
- from oscar.apps.offer.tests import *
- from oscar.apps.shipping.tests import *
- from oscar.apps.customer.tests import *
- from oscar.apps.discount.tests import *
- from oscar.apps.promotions.tests import *
- from oscar.apps.catalogue_import.tests import *
-
- from oscar.core.tests import *
|