serverless-python-starter icon indicating copy to clipboard operation
serverless-python-starter copied to clipboard

[Suggestion] Pytest as testing framework

Open pgrzesik opened this issue 7 years ago • 0 comments

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

pgrzesik avatar Feb 27 '18 21:02 pgrzesik