mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-19 09:53:38 -06:00
17 lines
356 B
Python
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
|