Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在重构一套用 Python 编写的 Selenium 测试。几年前我做 Java 时,我使用 testNG 对测试(烟雾测试、回归等)进行注释和分组。我的 Ant 脚本允许用户运行任何一组测试,方法是使用 testng 指令选择要执行的组。
Selenium w/Python 有类似的东西吗?
TIA
尝试PyUnit。它不像Junit那么好,但支持不错的功能。喜欢setUp和tearDown。
setUp
tearDown