Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
53c26272
Unverified
Commit
53c26272
authored
Feb 02, 2017
by
David Haynes
Browse files
Fix import
- that's what I get for copy-paste
parent
627c03fc
Pipeline
#814
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templatetags/test_go_extras.py
View file @
53c26272
...
...
@@ -5,13 +5,13 @@ from __future__ import unicode_literals, absolute_import, print_function, divisi
from
django.test
import
TestCase
# App Imports
from
.
expirelink
s
import
*
from
.
go_extra
s
import
*
"""
Test cases for the functions in expirelinks
"""
class
ExpireLink
sTest
(
TestCase
):
class
GoExtra
sTest
(
TestCase
):
"""
Default test case, does not actually test anything
...
...
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