CiscoUcs / ucsmsdk

Python SDK for Cisco UCSM
Other
80 stars 60 forks source link

Switch to plain unittest #217

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 2 years ago

nose has been unmaintained for a long while, and the included unittest module is plenty featureful to support everything the test suite includes. Sadly this commit includes an awful lot of churn due to whitespace changes only. This also significantly drops the use of global variables in test files, makes use of pytest as the test runner, and updates the python environment list in tox.ini.