目录一、环境搭建1.1 python 3.X安装1.2 安装Pycharm1.3 PyQt5安装1.4 环境配置1.4.1 配置Qt Designer1.4.2 配置PyUIC1.4.3 配置Pyqcc1.5 测试1.5.1 ui_serial_port.ui1.5.2 ui_serial_port.py1.5.3 serial_port.py1
I am setting up some MSTest based unit tests.To make my life easier I want to use a base class that handles the generic setup and taredown all of my tests require.My base class looks like this: