add test
This commit is contained in:
parent
9b517904d2
commit
cd79072e2c
4 changed files with 43 additions and 0 deletions
18
tests/planner.py
Normal file
18
tests/planner.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# This file is part of the cashbook-planner from m-ds for Tryton.
|
||||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.tests.test_tryton import with_transaction
|
||||
from trytond.pool import Pool
|
||||
from trytond.transaction import Transaction
|
||||
from trytond.exceptions import UserError
|
||||
from datetime import date
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
class PlannerTestCase(object):
|
||||
""" test planner
|
||||
"""
|
||||
|
||||
# end PlannerTestCase
|
Loading…
Add table
Add a link
Reference in a new issue