Commit 07ad2b35 authored by Łukasz Nowak's avatar Łukasz Nowak

Skeleton of test to write.

parent a6b94ad4
# Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved.
from Products.SlapOS.tests.testSlapOSMixin import \
testSlapOSMixin
class TestSlapOSCorePersonRequest(testSlapOSMixin):
def test(self):
raise NotImplementedError
179 180
\ No newline at end of file \ No newline at end of file
...@@ -3,4 +3,5 @@ testSlapOSCoreAllocation ...@@ -3,4 +3,5 @@ testSlapOSCoreAllocation
testSlapOSCoreComputerSlapInterfaceWorkflow testSlapOSCoreComputerSlapInterfaceWorkflow
testSlapOSCoreComputerPartitionSlapInterfaceWorkflow testSlapOSCoreComputerPartitionSlapInterfaceWorkflow
testSlapOSCoreInstanceSlapInterfaceWorkflow testSlapOSCoreInstanceSlapInterfaceWorkflow
testSlapOSCorePersonSlapInterfaceWorkflow testSlapOSCorePersonSlapInterfaceWorkflow
\ No newline at end of file testSlapOSCoreSlapOSCloudInteractionWorkflow
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment