Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
c9cf9d646783
Commit
9fe38c2a
authored
Jun 30, 2021
by
Laurent Peuch
Browse files
fix(tests): 2 tests had the same name thus shadowing one
parent
b4b837207a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/web/test/unittest_views_baseviews.py
View file @
c9cf9d64
...
...
@@ -216,7 +216,7 @@ class BaseViewsTC(CubicWebTC):
)
self
.
assertEqual
(
result
,
expect
)
def
test_outofcontext
(
self
):
def
test_outofcontext
_2
(
self
):
with
self
.
admin_access
.
web_request
()
as
req
:
entity
=
req
.
create_entity
(
"CWUser"
,
login
=
"<script></script>"
,
upassword
=
"toto"
...
...
Write
Preview
Supports
Markdown
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