Commit fd981554 by zhaihuitao

update

parent 62d90780
......@@ -42,7 +42,7 @@ if __name__ == "__main__":
)
runner.run(all_case())
"""在控制台打印日志"""
unittest.TextTestRunner(verbosity=2).run(all_case())
unittest.TextTestRunner(verbosity=1).run(all_case())
fp.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment