Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
4699e91c
Commit
4699e91c
authored
Oct 17, 2017
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CodingStyleTestCase: do not create a new manager user
parent
0a1e249e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
product/ERP5Type/tests/CodingStyleTestCase.py
product/ERP5Type/tests/CodingStyleTestCase.py
+1
-10
No files found.
product/ERP5Type/tests/CodingStyleTestCase.py
View file @
4699e91c
...
@@ -38,10 +38,6 @@ class CodingStyleTestCase(ERP5TypeTestCase):
...
@@ -38,10 +38,6 @@ class CodingStyleTestCase(ERP5TypeTestCase):
* getBusinessTemplateList to list business template to install.
* getBusinessTemplateList to list business template to install.
* getTestedBusinessTemplateList to list business templates to test.
* getTestedBusinessTemplateList to list business templates to test.
"""
"""
manager_username
=
'zope'
manager_password
=
'zope'
website_id
=
'test'
def
getBusinessTemplateList
(
self
):
def
getBusinessTemplateList
(
self
):
"""
"""
Return the list of required business templates.
Return the list of required business templates.
...
@@ -59,12 +55,7 @@ class CodingStyleTestCase(ERP5TypeTestCase):
...
@@ -59,12 +55,7 @@ class CodingStyleTestCase(ERP5TypeTestCase):
return
self
.
getBusinessTemplateList
()[
-
1
:]
return
self
.
getBusinessTemplateList
()[
-
1
:]
def
afterSetUp
(
self
):
def
afterSetUp
(
self
):
portal
=
self
.
portal
self
.
login
()
uf
=
portal
.
acl_users
uf
.
_doAddUser
(
self
.
manager_username
,
self
.
manager_password
,
[
'Manager'
],
[])
self
.
loginByUserName
(
self
.
manager_username
)
def
test_SkinCodingStyle
(
self
):
def
test_SkinCodingStyle
(
self
):
"""
"""
...
...
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