~michael.nelson/ubuntu-webcatalog/985446-remove-commercial-apps-too

« back to all changes in this revision

Viewing changes to src/webcatalog/tests/__init__.py

[r=achuni,nessita] Remove dup apps-per-series and don't let import_app_install_data overwrite sca-imported apps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from .test_handlers import *
25
25
from .test_models import *
26
26
from .test_managers import *
 
27
from .test_migrations import *
27
28
from .test_pep8 import *
28
29
from .test_preflight import *
29
30
from .test_templatetags import *