Violet-Sloth / Project-Violet-Sloth

Simple Amazon Alexa skill showcasing language learning features.
3 stars 1 forks source link

Select A Testing Framework #19

Open kurron opened 7 years ago

kurron commented 7 years ago

It looks like we've settled on Python as the implementation language so we need to discuss how we are going to test this bad boy.

mcmcgonagle commented 7 years ago

Not sure if this will be helpful here but it might: https://github.com/awslabs/aws-sam-local

fromcj commented 7 years ago

AL uses the built in Python unittest, if that is enough for AL my guess is it will cover us as well. Are there any other contenders for a framework that are being considered?

kurron commented 7 years ago

I can't imagine we would need anything fancy, @fromcj so if the baked-in stuff is good enough for AL, it is probably good enough for this project.