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
Titouan Soulard
slapos.core
Commits
7f0b010c
Commit
7f0b010c
authored
Sep 20, 2024
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_accounting: Drop unused methods from tests
parent
2647055d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
master/bt5/slapos_accounting/TestTemplateItem/portal_components/test.erp5.testSlapOSAccountingSkins.py
.../portal_components/test.erp5.testSlapOSAccountingSkins.py
+0
-26
No files found.
master/bt5/slapos_accounting/TestTemplateItem/portal_components/test.erp5.testSlapOSAccountingSkins.py
View file @
7f0b010c
...
...
@@ -90,31 +90,6 @@ class TestSlapOSAccounting(SlapOSTestCaseMixin):
)
return
integration_site
def
createHostingSubscription
(
self
):
new_id
=
self
.
generateNewId
()
return
self
.
portal
.
hosting_subscription_module
.
newContent
(
portal_type
=
'Hosting Subscription'
,
title
=
"Subscription %s"
%
new_id
,
reference
=
"TESTHS-%s"
%
new_id
,
)
def
createInstanceTree
(
self
):
new_id
=
self
.
generateNewId
()
return
self
.
portal
.
instance_tree_module
.
newContent
(
portal_type
=
'Instance Tree'
,
title
=
"Subscription %s"
%
new_id
,
reference
=
"TESTIT-%s"
%
new_id
,
)
def
createOpenSaleOrder
(
self
):
new_id
=
self
.
generateNewId
()
return
self
.
portal
.
open_sale_order_module
.
newContent
(
portal_type
=
'Open Sale Order'
,
title
=
"OpenSaleOrder %s"
%
new_id
,
reference
=
"TESTOSO-%s"
%
new_id
,
)
def
createSaleInvoiceTransactionForReversal
(
self
,
destination_section
=
None
,
price
=
2
,
payment_mode
=
"payzen"
):
new_title
=
self
.
generateNewId
()
new_reference
=
self
.
generateNewId
()
...
...
@@ -235,7 +210,6 @@ class TestSlapOSAccounting(SlapOSTestCaseMixin):
system_preference
.
setPreferredPayzenIntegrationSite
(
older_integration_site
)
@
withAbort
def
test_createReversalSaleInvoiceTransaction_ok
(
self
,
payment_mode
=
'payzen'
):
...
...
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