You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 200B

1234567
  1. from oscar.apps.partner.tests.model_tests import *
  2. from oscar.apps.partner.tests.import_catalogue import *
  3. __test__ = {
  4. 'model_tests': [model_tests],
  5. 'import_catalogue': [import_catalogue],
  6. }