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
fab4c850
Commit
fab4c850
authored
Feb 13, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test default invoicing use case.
Check generation of invoice and payment.
parent
b5cacfec
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1400 additions
and
11 deletions
+1400
-11
master/product/Vifib/tests/testVifibDefaultUseCase.py
master/product/Vifib/tests/testVifibDefaultUseCase.py
+1367
-0
master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
...product/Vifib/tests/testVifibSlapComputerPartitionLock.py
+0
-11
master/product/Vifib/tests/testVifibSlapWebService.py
master/product/Vifib/tests/testVifibSlapWebService.py
+33
-0
No files found.
master/product/Vifib/tests/testVifibDefaultUseCase.py
0 → 100644
View file @
fab4c850
This diff is collapsed.
Click to expand it.
master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
View file @
fab4c850
...
@@ -5,17 +5,6 @@ from zExceptions import Unauthorized
...
@@ -5,17 +5,6 @@ from zExceptions import Unauthorized
class
TestVifibSlapComputerPartitionLock
(
TestVifibSlapWebServiceMixin
):
class
TestVifibSlapComputerPartitionLock
(
TestVifibSlapWebServiceMixin
):
register_new_user_sequence_string
=
'
\
Logout
\
RequestCredentialFromWebSite
\
Tic
\
LoginDefaultUser
\
SubmitCredentialRequest
\
Tic
\
AcceptSubmittedCredentialsActiveSense
\
Tic
\
Logout'
lock_user_sequence_string
=
'
\
lock_user_sequence_string
=
'
\
LoginERP5TypeTestCase
\
LoginERP5TypeTestCase
\
TriggerBuild
\
TriggerBuild
\
...
...
master/product/Vifib/tests/testVifibSlapWebService.py
View file @
fab4c850
...
@@ -1340,6 +1340,39 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
...
@@ -1340,6 +1340,39 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
Logout
Logout
"""
"""
register_new_user_sequence_string
=
'
\
Logout
\
RequestCredentialFromWebSite
\
Tic
\
LoginDefaultUser
\
SubmitCredentialRequest
\
Tic
\
AcceptSubmittedCredentialsActiveSense
\
Tic
\
Logout
\
LoginERP5TypeTestCase
\
TriggerBuild
\
Tic
\
TriggerStopConfirmedInvoiceAlarm
\
Tic
\
TriggerBuild
\
Tic
\
Logout'
create_new_user_instance_sequence_string
=
'
\
LoginWebUser
\
PersonRequestSoftwareInstance
\
Tic
\
Logout
\
\
LoginDefaultUser
\
ConfirmOrderedSaleOrderActiveSense
\
Tic
\
SetSelectedComputerPartition
\
SelectCurrentlyUsedSalePackingListUid
\
Logout
\
'
########################################
########################################
# Steps
# Steps
########################################
########################################
...
...
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