Browse Source

[FIX] 'pos_backup_draft_orders' Pylint

pull/5/head
Sylvain LE GAL 10 years ago
parent
commit
338239e41a
  1. 8
      pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py

8
pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py

@ -45,8 +45,8 @@ class TestPosBackupDraftOrders(TransactionCase):
# Test Section # Test Section
def test_01_create_paid_order(self): def test_01_create_paid_order(self):
"""[Non regression] Test if the behaviour when the POS order is"""
"""paid works."""
"""[Non regression] Test if the behaviour when the POS order is
paid works."""
cr, uid = self.cr, self.uid cr, uid = self.cr, self.uid
po_ids = self.po_obj.search(cr, uid, []) po_ids = self.po_obj.search(cr, uid, [])
data = [{'data': { data = [{'data': {
@ -79,8 +79,8 @@ class TestPosBackupDraftOrders(TransactionCase):
" order in back office") " order in back office")
def test_02_create_draft_order(self): def test_02_create_draft_order(self):
"""[Feature] Test if the behaviour when the POS order is"""
"""unpaid works."""
"""[Feature] Test if the behaviour when the POS order is
unpaid works."""
cr, uid = self.cr, self.uid cr, uid = self.cr, self.uid
po_ids = self.po_obj.search(cr, uid, []) po_ids = self.po_obj.search(cr, uid, [])
data = [{'data': { data = [{'data': {

Loading…
Cancel
Save