Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / vigigraph / tests / __init__.py @ 71709694

History | View | Annotate | Download (389 Bytes)

1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS GROUP – France
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

    
5
"""Unit and functional test suite for vigigraph."""
6

    
7
from vigilo.turbogears.test import setup_db, teardown_db, TestController
8
from vigilo.turbogears.test import TestController as TestTGController
9

    
10
__all__ = ['setup_db', 'teardown_db', 'TestController']