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
Tests should not return any value and should only make asserts. This will cause an issue in the future:
/home/ubuntu/PROCESS/.venv/lib/python3.10/site-packages/_pytest/python.py:163: PytestReturnNotNoneWarning:
Expected None, but unit/test_mfile2dict.py::test_value_read returned True, which will be an error in a
future version of pytest. Did you mean to use `assert` instead of `return`?
The text was updated successfully, but these errors were encountered:
Tests should not return any value and should only make
assert
s. This will cause an issue in the future:The text was updated successfully, but these errors were encountered: