Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not return a value from a pytest case, to fix a deprecation warning (
#2898) This fixes this pytest warning: PytestReturnNotNoneWarning: Expected None, but test_bash_apps/test_error_codes.py::test_div_0 returned True, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`?
- Loading branch information