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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
erp5
Commits
6f43e50c
Commit
6f43e50c
authored
Jan 07, 2014
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not run in foreground
parent
9cbfda19
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
product/ERP5/tests/testFunctionalRunMyDocSample.py
product/ERP5/tests/testFunctionalRunMyDocSample.py
+1
-0
product/ERP5Configurator/tests/testFunctionalConfigurator.py
product/ERP5Configurator/tests/testFunctionalConfigurator.py
+1
-1
product/ERP5Configurator/tests/testFunctionalConfiguratorConsulting.py
...onfigurator/tests/testFunctionalConfiguratorConsulting.py
+1
-0
product/ERP5Type/tests/testFunctionalCore.py
product/ERP5Type/tests/testFunctionalCore.py
+1
-1
product/ERP5Type/tests/testFunctionalKM.py
product/ERP5Type/tests/testFunctionalKM.py
+1
-2
product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
...ct/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
+1
-1
No files found.
product/ERP5/tests/testFunctionalRunMyDocSample.py
View file @
6f43e50c
...
...
@@ -41,6 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
but the usage of Test Page is not mandatory, any valid Selenium Test in HTML
can be used.
"""
foregroun
=
0
run_only
=
"tutorial_zuite"
def
afterSetUp
(
self
):
...
...
product/ERP5Configurator/tests/testFunctionalConfigurator.py
View file @
6f43e50c
...
...
@@ -31,7 +31,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class
TestZeleniumConfiguratorStandard
(
ERP5TypeFunctionalTestCase
):
foreground
=
0
run_only
=
"configurator_standard_zuite"
def
afterSetUp
(
self
):
...
...
product/ERP5Configurator/tests/testFunctionalConfiguratorConsulting.py
View file @
6f43e50c
...
...
@@ -34,6 +34,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class
TestZeleniumConfiguratorConsulting
(
TestZeleniumConfiguratorStandard
,
ERP5TypeFunctionalTestCase
):
foreground
=
0
run_only
=
"configurator_consulting_standard_zuite"
def
afterSetUp
(
self
):
...
...
product/ERP5Type/tests/testFunctionalCore.py
View file @
6f43e50c
...
...
@@ -27,13 +27,13 @@
#
##############################################################################
import
os
import
unittest
from
Products.ERP5Type.tests.ERP5TypeFunctionalTestCase
import
\
ERP5TypeFunctionalTestCase
class
TestZeleniumCore
(
ERP5TypeFunctionalTestCase
):
foreground
=
0
def
getBusinessTemplateList
(
self
):
"""
...
...
product/ERP5Type/tests/testFunctionalKM.py
View file @
6f43e50c
...
...
@@ -27,14 +27,13 @@
#
##############################################################################
import
os
import
unittest
from
Products.ERP5Type.tests.ERP5TypeFunctionalTestCase
import
\
ERP5TypeFunctionalTestCase
class
TestZeleniumKM
(
ERP5TypeFunctionalTestCase
):
foreground
=
0
foreground
=
0
# Run only the Knowledge Management Tests.
run_only
=
"erp5_km_zuite"
...
...
product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
View file @
6f43e50c
...
...
@@ -33,7 +33,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class
TestZeleniumStandaloneUserTutorial
(
ERP5TypeFunctionalTestCase
):
foreground
=
0
run_only
=
"user_tutorial_zuite"
def
afterSetUp
(
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