pull-request

Check that function return types match the def statements in PR test in python

Check that function return types match the def statements in PR test in python Question: I have a Github Action that runs unit tests on each Pull Request (PR). It effectively runs pytest. Seeing that we leverage the type hints introduced in PEP 484, I’d like a method like this to cause a PR check …

Total answers: 1