Commit 6b4bb981 authored by Łukasz Nowak's avatar Łukasz Nowak

Declare another constraint tests.

parent 5f9cc1f3
......@@ -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
90
\ No newline at end of file
91
\ 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