mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 18:59:39 +08:00
rename project name to HttpRunner
This commit is contained in:
@@ -38,7 +38,7 @@ def main_ate():
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.version:
|
||||
print("ApiTestEngine version: {}".format(__version__))
|
||||
print("HttpRunner version: {}".format(__version__))
|
||||
exit(0)
|
||||
|
||||
log_level = getattr(logging, args.log_level.upper())
|
||||
|
||||
Reference in New Issue
Block a user