Commit 07720848 authored by Łukasz Nowak's avatar Łukasz Nowak

Test Service_getPriceCalculationOperandDict.

parent 3b06ecd3
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
#
##############################################################################
from Products.SlapOS.tests.testSlapOSMixin import \
testSlapOSMixin, withAbort
class TestSlapOSAccounting(testSlapOSMixin):
@withAbort
def test_Service_getPriceCalculationOperandDict(self):
service = self.portal.service_module.newContent(portal_type='Service')
self.assertEqual({'price': 0.0},
service.Service_getPriceCalculationOperandDict())
209
\ No newline at end of file
210
\ No newline at end of file
testSlapOSAccounting
testSlapOSAccountingAlarm
testSlapOSAccountingBuilder
testSlapOSAccountingConstraint
......
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