You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Our current unit tests still use an old deprecated API and we get deprecation warnings on all of our test runs. We should switch to newer pytest assert style tests. We already use pytest as the test runner in our tox.ini, so it should be pretty trivial to switch.
We just need to be careful that we are still testing everything appropriately.
The text was updated successfully, but these errors were encountered:
Our current unit tests still use an old deprecated API and we get deprecation warnings on all of our test runs. We should switch to newer pytest
assert
style tests. We already use pytest as the test runner in ourtox.ini
, so it should be pretty trivial to switch.We just need to be careful that we are still testing everything appropriately.
The text was updated successfully, but these errors were encountered: