-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.py
More file actions
23 lines (21 loc) · 1.13 KB
/
tests.py
File metadata and controls
23 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# **************************************************************************** #
# #
# #
# tests.py #
# #
# By: gmangin <gaelle.mangin@hotmail.fr> #
# #
# Created: 2015/06/17 16:17:30 by gmangin #
# Updated: 2015/06/28 17:12:57 by gmangin #
# #
# **************************************************************************** #
from Tests.argparse_test import *
from Tests.conf_test import *
from Tests.class_test import *
#from Tests.local_test import *
from Tests.db_test import *
#from Tests.options_test import *
import unittest
import sys
if __name__ == '__main__':
unittest.main()