From 6b4bb98124b5b4ab02791f4cb1245b22d8ef7805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 20 Nov 2012 11:10:37 +0100 Subject: [PATCH] Declare another constraint tests. --- .../testSlapOSAccountingConstraint.py | 19 +++++++++++++++++++ master/bt5/slapos_accounting/bt/revision | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py b/master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py index 1d8354959..d683f4e8b 100644 --- a/master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py +++ b/master/bt5/slapos_accounting/TestTemplateItem/testSlapOSAccountingConstraint.py @@ -95,3 +95,22 @@ class TestHostingSubscription(TestSlapOSConstraintMixin): template % 'periodicity_minute', empty_string=False) self._test_property_existence(self.subscription, 'periodicity_month_day', template % 'periodicity_month_day', empty_string=False) + +class TestSaleInvoiceTransaction(TestSlapOSConstraintMixin): + def test_price_currency(self): + raise NotImplementedError + + def test_resource(self): + raise NotImplementedError + + def test_sale_invoice_specialise_sale_trade_condition_constraint(self): + raise NotImplementedError + + def test_specialise_value(self): + raise NotImplementedError + + def test_total_price_equal_accounting(self): + raise NotImplementedError + + def test_trade_model_match_lines(self): + raise NotImplementedError diff --git a/master/bt5/slapos_accounting/bt/revision b/master/bt5/slapos_accounting/bt/revision index 0fa6a7b08..a46c9d226 100644 --- a/master/bt5/slapos_accounting/bt/revision +++ b/master/bt5/slapos_accounting/bt/revision @@ -1 +1 @@ -90 \ No newline at end of file +91 \ No newline at end of file -- 2.30.9