Commit 4817a7a5 authored by Łukasz Nowak's avatar Łukasz Nowak

Declare missing tests.

parent 27d68e1c
......@@ -424,3 +424,23 @@ class TestSalePackingListLineConsumption(TestSlapOSConstraintMixin):
portal_type='Slave Instance').getRelativeUrl(),
self.portal.software_instance_module.newContent(
portal_type='Slave Instance').getRelativeUrl())
class TestSalePackingListConsumption(TestSlapOSConstraintMixin):
def test(self):
raise NotImplementedError
class TestSalePackingListLineSubscription(TestSlapOSConstraintMixin):
def test(self):
raise NotImplementedError
class TestSalePackingListLineAggregated(TestSlapOSConstraintMixin):
def test(self):
raise NotImplementedError
class TestSalePackingListSubscription(TestSlapOSConstraintMixin):
def test(self):
raise NotImplementedError
class TestSalePackingListAggregated(TestSlapOSConstraintMixin):
def test(self):
raise NotImplementedError
194
\ No newline at end of file
195
\ 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