Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add scaffolding for tests
  • Loading branch information
Artem Muterko committed Feb 18, 2018
commit 28bfeab646a5930fa7620717dccfac31f64fc429
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ release: clean

install: clean
python setup.py install

test:
py.test tests/ --cov aws_lambda --cov-report term-missing

3 changes: 3 additions & 0 deletions tests/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
bumpversion==0.5.3
pre-commit==0.15.0
pytest
pytest-cov
flake8
Empty file added tests/functional/__init__.py
Empty file.
Empty file added tests/unit/__init__.py
Empty file.