Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to plain unittest #217

Merged
merged 2 commits into from
Aug 11, 2023
Merged

Conversation

s-t-e-v-e-n-k
Copy link
Contributor

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.

s-t-e-v-e-n-k and others added 2 commits December 1, 2021 16:18
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.
@vvb vvb merged commit ac3ea4d into CiscoUcs:master Aug 11, 2023
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants