python-selenium/run.py

6 lines
174 B
Python
Raw Normal View History

2017-08-11 15:38:59 +08:00
# -*- coding: utf-8 -*-
# @Date : 2017-08-11 15:34:37
# @Author : lileilei
2018-01-23 14:47:32 +08:00
from testsuite.testsuite import create_report
2017-08-11 15:38:59 +08:00
if __name__ == '__main__':
create_report()