Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
erp5
Commits
18614ea8
Commit
18614ea8
authored
Jan 07, 2025
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_secure_payment: Start to test for CodingStyle
parent
d257a74b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
bt5/erp5_secure_payment/SkinTemplateItem/portal_skins/erp5_secure_payment/Base_generateSessionID.py
...ortal_skins/erp5_secure_payment/Base_generateSessionID.py
+1
-1
bt5/erp5_secure_payment/bt/skip_coding_style_test
bt5/erp5_secure_payment/bt/skip_coding_style_test
+0
-1
No files found.
bt5/erp5_secure_payment/SkinTemplateItem/portal_skins/erp5_secure_payment/Base_generateSessionID.py
View file @
18614ea8
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
"""
"""
from
random
import
choice
from
random
import
choice
import
string
import
string
return
''
.
join
([
choice
(
string
.
ascii_letters
)
for
i
in
range
(
max_long
)])
return
''
.
join
([
choice
(
string
.
ascii_letters
)
for
_
in
range
(
max_long
)])
bt5/erp5_secure_payment/bt/skip_coding_style_test
deleted
100644 → 0
View file @
d257a74b
1
\ No newline at end of file
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