knowledge/document_page_approval/tests/test_document_page_approval.py

17 lines
356 B
Python

"""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