Adding changelog

This commit is contained in:
Cheukting 2022-05-13 21:46:58 +01:00
parent 460410b2f8
commit c06605a12c
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Warns for test functions that return non-None. Now in `pytest_pyfunc_call` after the `async_warn_and_skip` it will check for if the return is something other than None.