随笔分类 -  Python

摘要:--from <fluent phthon> This is why modifying the contents of a dict while iterating through it is a bad idea. If you need to scan and add items to a d 阅读全文
posted @ 2019-02-26 05:14 happyran 阅读(196) 评论(0) 推荐(0)
摘要:1.Download HTMLTestRunner.py ,add it directly into your working directory as a module (if use python3, need some adjustment )2.Create our unit test fi 阅读全文
posted @ 2019-02-23 03:45 happyran 阅读(493) 评论(0) 推荐(0)
摘要:使用selenium的chrome driver总是error . check setting 1. path 2.chromedriver.exe location also in the same foldefr as chrome. But error still exists . 暂时直接指 阅读全文
posted @ 2019-02-20 12:10 happyran 阅读(349) 评论(0) 推荐(0)