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
Douglas
erp5
Commits
8dddf306
Commit
8dddf306
authored
Feb 01, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't run ERP5TioSafe tests that were all @skipped
parent
09ff03af
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
9 deletions
+4
-9
product/ERP5TioSafe/tests/testPersonERP5Synchronization.py
product/ERP5TioSafe/tests/testPersonERP5Synchronization.py
+0
-2
product/ERP5TioSafe/tests/testPersonPrestashopSynchronization.py
.../ERP5TioSafe/tests/testPersonPrestashopSynchronization.py
+0
-2
product/ERP5TioSafe/tests/testProductERP5Synchronization.py
product/ERP5TioSafe/tests/testProductERP5Synchronization.py
+0
-1
product/ERP5TioSafe/tests/testProductPrestashopSynchronization.py
...ERP5TioSafe/tests/testProductPrestashopSynchronization.py
+0
-2
product/ERP5TioSafe/tests/testSaleOrderERP5Synchronization.py
...uct/ERP5TioSafe/tests/testSaleOrderERP5Synchronization.py
+0
-2
tests/__init__.py
tests/__init__.py
+4
-0
No files found.
product/ERP5TioSafe/tests/testPersonERP5Synchronization.py
View file @
8dddf306
...
...
@@ -30,9 +30,7 @@
import
unittest
from
DateTime
import
DateTime
from
Products.ERP5TioSafe.tests.testPrestashopMixin
import
testPrestashopMixin
from
Products.ERP5Type.tests.backportUnittest
import
skip
@
skip
(
"must be checked against zope2.12"
)
class
TestPersonERP5Synchronization
(
testPrestashopMixin
):
""" This class allows to check different cases of Person's sync. """
def
afterSetUp
(
self
):
...
...
product/ERP5TioSafe/tests/testPersonPrestashopSynchronization.py
View file @
8dddf306
...
...
@@ -28,9 +28,7 @@
##############################################################################
from
Products.ERP5TioSafe.tests.testPrestashopMixin
import
testPrestashopMixin
from
Products.ERP5Type.tests.backportUnittest
import
skip
@
skip
(
"must be checked against zope2.12"
)
class
TestPersonPrestashopSynchronization
(
testPrestashopMixin
):
""" This class allows to check different cases of Person's sync. """
def
afterSetUp
(
self
):
...
...
product/ERP5TioSafe/tests/testProductERP5Synchronization.py
View file @
8dddf306
...
...
@@ -30,7 +30,6 @@
from
Products.ERP5TioSafe.tests.testPrestashopMixin
import
testPrestashopMixin
from
Products.ERP5Type.tests.backportUnittest
import
skip
@
skip
(
"must be checked against zope2.12"
)
class
TestProductERP5Synchronization
(
testPrestashopMixin
):
""" This class allows to check different cases of Product's sync. """
def
afterSetUp
(
self
):
...
...
product/ERP5TioSafe/tests/testProductPrestashopSynchronization.py
View file @
8dddf306
...
...
@@ -28,9 +28,7 @@
##############################################################################
from
Products.ERP5TioSafe.tests.testPrestashopMixin
import
testPrestashopMixin
from
Products.ERP5Type.tests.backportUnittest
import
skip
@
skip
(
"must be checked against zope2.12"
)
class
TestProductPrestashopSynchronization
(
testPrestashopMixin
):
""" This class allows to check different cases of Product's sync. """
...
...
product/ERP5TioSafe/tests/testSaleOrderERP5Synchronization.py
View file @
8dddf306
...
...
@@ -29,9 +29,7 @@
from
DateTime
import
DateTime
from
Products.ERP5TioSafe.tests.testPrestashopMixin
import
testPrestashopMixin
from
Products.ERP5Type.tests.backportUnittest
import
skip
@
skip
(
"must be checked against zope2.12"
)
class
TestSaleOrderERP5Synchronization
(
testPrestashopMixin
):
""" This class allows to check different cases of Slae Order's sync. """
...
...
tests/__init__.py
View file @
8dddf306
...
...
@@ -36,6 +36,10 @@ class _ERP5(ERP5TypeTestSuite):
# don't test 3rd party products
if
product
in
(
'PortalTransforms'
,
'MailTemplates'
,
'Zelenium'
):
continue
# ERP5TioSafe is disabled for now because it requires external programs
# such as php and it has not been updated for Zope >= 2.12
if
product
==
'ERP5TioSafe'
:
continue
test_list
.
append
(
test_case
)
return
test_list
...
...
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