[ ERROR ] Error in test library ‘pymysql‘: Creating keyword ‘Connect‘ failed: Keyword with same name defined multiple times.是因为 robotframework本身已经引入了robotframework-databaselibrary 重复引入pymysql 导致识别到两个 connect 关键字导致
[ ERROR ] Error in test library 'pymysql': Creating keyword 'Connect' failed: Keyword with same name defined multiple times.
原文:https://www.cnblogs.com/newtom/p/11859110.html