You will find template of required files (requirements.txt
, requirements-test.txt
, project_package/base.py
, tests/base_test.py
, python-app.yml
) at the end of this gist.
- Add base functionality and test files:
project_package/base.py
tests/base_test.py
- Add test requirements
requirements-test.txt
- Check whether your folders and files structure looks like: