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.
我正在 py.test 中开发一个测试套件,它连接到网络硬件设备并更改设置等。每种测试方法都会更改某些设置组合,然后断言结果。如何进行特定于测试的拆解,而无需在每次测试后重置所有设备设置?
您是否可以记住“以前的”设置设置,然后只在下一个设置中进行必要的设置(通过比较“内存”与“想要的”设置)?