refactor: rename unittest file name

This commit is contained in:
debugtalk
2020-04-12 23:37:29 +08:00
parent b9392d7cce
commit ade7935e4e
4 changed files with 2 additions and 2 deletions

View File

@@ -2,13 +2,13 @@ import argparse
import os
import sys
from loguru import logger
if len(sys.argv) >= 2 and sys.argv[1] == "locusts":
# monkey patch ssl at beginning to avoid RecursionError when running locust.
from gevent import monkey
monkey.patch_ssl()
from loguru import logger
from httprunner import __description__, __version__
from httprunner.api import HttpRunner
from httprunner.ext.har2case import init_har2case_parser, main_har2case