feat: hrp convert testcases to pytest scripts

This commit is contained in:
debugtalk
2022-04-22 19:30:38 +08:00
parent 66a0d13c10
commit 03bdc6020f
4 changed files with 110 additions and 9 deletions

View File

@@ -108,13 +108,5 @@ def main():
main_make(args.testcase_path)
def main_make_alias():
""" command alias
hmake = httprunner make
"""
sys.argv.insert(1, "make")
main()
if __name__ == "__main__":
main()