Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 634 Bytes

Aws utils

Collection of code snippets used for AWS (S3/EMR and so on).

Testing

We should aim > 90% test coverage, using the Moto library to properly test all the boto function calls.

This project should be made working both with Python2.7 and Python>=3.4 so making sure all the libraries declared here are Python3 Friendly.

Running tests

This test uses tox to run tests for multiple versions of Python, so all you need to do to run your tests is to install tox on your system and run it:

   $ tox
   py27: commands succeeded
   py34: commands succeeded
   py35: commands succeeded
   congratulations :)