Closed giampaolo closed 1 month ago
This is a follow up of https://github.com/giampaolo/psutil/pull/2447. In there we changed the runner. In here we get rid of unittest's self.assert* APIs and use the bare assert keyword instead.
self.assert*
assert
Summary
Description
This is a follow up of https://github.com/giampaolo/psutil/pull/2447. In there we changed the runner. In here we get rid of unittest's
self.assert*
APIs and use the bareassert
keyword instead.