Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Eric Zheng
slapos.core
Commits
b4d76b6e
Commit
b4d76b6e
authored
Dec 04, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip non critical tests.
parent
27ca428a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py
...unting/TestTemplateItem/testSlapOSAccountingConstraint.py
+6
-0
master/bt5/slapos_accounting/bt/revision
master/bt5/slapos_accounting/bt/revision
+1
-1
No files found.
master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py
View file @
b4d76b6e
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
from
testSlapOSCloudConstraint
import
TestSlapOSConstraintMixin
from
testSlapOSCloudConstraint
import
TestSlapOSConstraintMixin
from
Products.ERP5Type.Base
import
WorkflowMethod
from
Products.ERP5Type.Base
import
WorkflowMethod
from
Products.SlapOS.tests.testSlapOSMixin
import
withAbort
from
Products.SlapOS.tests.testSlapOSMixin
import
withAbort
from
Products.ERP5Type.tests.backportUnittest
import
skip
import
transaction
import
transaction
...
@@ -426,21 +427,26 @@ class TestSalePackingListLineConsumption(TestSlapOSConstraintMixin):
...
@@ -426,21 +427,26 @@ class TestSalePackingListLineConsumption(TestSlapOSConstraintMixin):
portal_type
=
'Slave Instance'
).
getRelativeUrl
())
portal_type
=
'Slave Instance'
).
getRelativeUrl
())
class
TestSalePackingListConsumption
(
TestSlapOSConstraintMixin
):
class
TestSalePackingListConsumption
(
TestSlapOSConstraintMixin
):
@
skip
(
'Not critical'
)
def
test
(
self
):
def
test
(
self
):
raise
NotImplementedError
raise
NotImplementedError
class
TestSalePackingListLineSubscription
(
TestSlapOSConstraintMixin
):
class
TestSalePackingListLineSubscription
(
TestSlapOSConstraintMixin
):
@
skip
(
'Not critical'
)
def
test
(
self
):
def
test
(
self
):
raise
NotImplementedError
raise
NotImplementedError
class
TestSalePackingListLineAggregated
(
TestSlapOSConstraintMixin
):
class
TestSalePackingListLineAggregated
(
TestSlapOSConstraintMixin
):
@
skip
(
'Not critical'
)
def
test
(
self
):
def
test
(
self
):
raise
NotImplementedError
raise
NotImplementedError
class
TestSalePackingListSubscription
(
TestSlapOSConstraintMixin
):
class
TestSalePackingListSubscription
(
TestSlapOSConstraintMixin
):
@
skip
(
'Not critical'
)
def
test
(
self
):
def
test
(
self
):
raise
NotImplementedError
raise
NotImplementedError
class
TestSalePackingListAggregated
(
TestSlapOSConstraintMixin
):
class
TestSalePackingListAggregated
(
TestSlapOSConstraintMixin
):
@
skip
(
'Not critical'
)
def
test
(
self
):
def
test
(
self
):
raise
NotImplementedError
raise
NotImplementedError
master/bt5/slapos_accounting/bt/revision
View file @
b4d76b6e
196
197
\ No newline at end of file
\ 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