Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
438d8e3c
Commit
438d8e3c
authored
Oct 15, 2020
by
Guilhem Saurel
Browse files
fix test
parent
278fb50d
Pipeline
#11683
passed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/tests.py
View file @
438d8e3c
...
...
@@ -34,7 +34,7 @@ class RainboardTests(TestCase):
self
.
assertEqual
(
project
.
url_travis
(),
'https://travis-ci.org/gepetto/rainboard-tests-2'
)
self
.
assertEqual
(
project
.
url_gitlab
(),
'https://gitlab.laas.fr/gepetto/rainboard-tests-2'
)
badges
=
project
.
badges
()
for
chunk
in
[
'<img src="https://gitlab.laas'
,
'travis-ci'
,
'href="https://gepettoweb.laas'
]:
for
chunk
in
[
'<img src="https://gitlab.laas'
,
'href="https://gepettoweb.laas'
]:
self
.
assertIn
(
chunk
,
badges
)
# Test Middleware
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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