Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 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 *
 |