"""DocumentPageApproval test.""" # -*- coding: utf-8 -*- from openerp.test.common import TransactionCase class TestDocumentPageApproval(TransactionCase): """Test document page approval model.""" def setUp(self): """Test setUp.""" super() pass def __init__(self, arg): """Test initialisation.""" pass