serverless-python-starter
serverless-python-starter copied to clipboard
[Suggestion] Pytest as testing framework
Hello, at the beginning I'd like to thank you guys for awesome job on starters and serverless stack project.
I have a small suggestion for this template regarding test setup. While unittest is a part of standard library, pytest is becoming the go-to testing framework in Python.
What do you think about replacing unittest with pytest in this starter?
Regards