From 338239e41aa7a3f8814aeb3f7f5f5b1b0fd99681 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 15 Nov 2014 21:13:20 +0100 Subject: [PATCH] [FIX] 'pos_backup_draft_orders' Pylint --- .../tests/test_pos_backup_draft_orders.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py b/pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py index fd48c202..c6675eb3 100644 --- a/pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py +++ b/pos_backup_draft_orders/tests/test_pos_backup_draft_orders.py @@ -45,8 +45,8 @@ class TestPosBackupDraftOrders(TransactionCase): # Test Section 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 po_ids = self.po_obj.search(cr, uid, []) data = [{'data': { @@ -79,8 +79,8 @@ class TestPosBackupDraftOrders(TransactionCase): " order in back office") 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 po_ids = self.po_obj.search(cr, uid, []) data = [{'data': {