mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 21:32:18 -06:00
document_page_approval migration from Odoo 8.0 to Odoo 9.0
This commit is contained in:
16
document_page_approval/tests/test_document_page_approval.py
Normal file
16
document_page_approval/tests/test_document_page_approval.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""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
|
||||
Reference in New Issue
Block a user