Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
930791d6
Commit
930791d6
authored
Oct 16, 2019
by
Fabian Haenel
Browse files
Fix sorting of imports
parent
0b8f7ade
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/app/models.py
View file @
930791d6
from
__future__
import
unicode_literals
from
django.db
import
models
from
wagtail.core.models
import
Page
from
wagtailvideos.edit_handlers
import
VideoChooserPanel
...
...
tests/app/urls.py
View file @
930791d6
...
...
@@ -6,7 +6,6 @@ from django.conf import settings
from
django.conf.urls
import
include
from
django.urls
import
path
,
re_path
from
django.views.static
import
serve
from
wagtail.admin
import
urls
as
wagtailadmin_urls
from
wagtail.core
import
urls
as
wagtail_urls
...
...
tests/test_admin_views.py
View file @
930791d6
...
...
@@ -8,11 +8,11 @@ from django.core.files.uploadedfile import SimpleUploadedFile
from
django.template.defaultfilters
import
filesizeformat
from
django.test
import
TestCase
,
override_settings
from
django.urls
import
reverse
from
mock
import
patch
from
tests.utils
import
create_test_video_file
from
wagtail.core.models
import
Collection
,
GroupCollectionPermission
from
wagtail.tests.utils
import
WagtailTestUtils
from
tests.utils
import
create_test_video_file
from
wagtailvideos.models
import
Video
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment