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
2c9ebece
Commit
2c9ebece
authored
Jul 30, 2016
by
David Haynes
Browse files
this test will fail
- let's see what is output
parent
5a1c8274
Pipeline
#303
failed with stages
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/test_models.py
View file @
2c9ebece
...
...
@@ -5,4 +5,4 @@ from go.models import URL, RegisteredUser
class
URLTestCase
(
TestCase
):
def
test_Django_Test
(
self
):
self
.
assertEqual
(
"Hello World!"
,
"Hello World
!
"
)
self
.
assertEqual
(
"Hello World!"
,
"Hello World"
)
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