Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kristopher Ruzic
erp5
Commits
6ddf879e
Commit
6ddf879e
authored
10 years ago
by
Xiaowu Zhang
Browse files
Options
Download
Email Patches
Plain Diff
Add XHTML test only configure
Do not merge in Master
parent
6904db23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/__init__.py
tests/__init__.py
+6
-0
No files found.
tests/__init__.py
View file @
6ddf879e
...
...
@@ -158,3 +158,9 @@ class ERP5_scalability(_ERP5):
def
getTestRepetition
(
self
,
test_number
):
return
3
class
ERP5_XHTML_Only
(
_ERP5
):
def
_getAllTestList
(
self
):
path
=
sys
.
path
[
0
]
return
[
'%s/product/ERP5/tests/testXHTML.py'
%
path
]
This diff is collapsed.
Click to expand it.
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