7 Forks
20 Stars
20 Watchers

aws-unit-testing

Unit testing AWS interactions with pytest and moto. The examples demonstrate how to structure, setup, teardown, mock, and conduct unit testing. These concepts can be applied to general code and are not restricted to AWS interactions. The source code is only intended to demonstrate unit testing.

How to download and setup aws-unit-testing

Open terminal and run command
git clone https://github.com/aws-samples/aws-unit-testing.git
git clone is used to create a copy or clone of aws-unit-testing repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with aws-unit-testing https://github.com/aws-samples/aws-unit-testing/archive/master.zip

Or simply clone aws-unit-testing with SSH
[email protected]:aws-samples/aws-unit-testing.git

If you have some problems with aws-unit-testing

You may open issue on aws-unit-testing support forum (system) here: https://github.com/aws-samples/aws-unit-testing/issues