mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 06:13:10 +00:00
test.py pep8
This commit is contained in:
parent
09bb39f2f2
commit
7678cba65d
1 changed files with 10 additions and 9 deletions
|
|
@ -1,16 +1,17 @@
|
|||
from __future__ import print_function
|
||||
|
||||
__title__ = 'fobi.test'
|
||||
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
||||
__copyright__ = 'Copyright (c) 2014 Artur Barseghyan'
|
||||
__license__ = 'GPL 2.0/LGPL 2.1'
|
||||
|
||||
import unittest
|
||||
|
||||
from fobi.tests.test_browser_build_dynamic_forms import *
|
||||
from fobi.tests.test_core import *
|
||||
from fobi.tests.test_dynamic_forms import *
|
||||
from fobi.tests.test_sortable_dict import *
|
||||
from .tests.test_browser_build_dynamic_forms import *
|
||||
from .tests.test_core import *
|
||||
from .tests.test_dynamic_forms import *
|
||||
from .tests.test_sortable_dict import *
|
||||
|
||||
__title__ = 'fobi.test'
|
||||
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
||||
__copyright__ = '2014-2016 Artur Barseghyan'
|
||||
__license__ = 'GPL 2.0/LGPL 2.1'
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Reference in a new issue