You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**What**
- Add a sample tox.ini file to the python3-flask. This configuration
will run pytest and flake8 for the function handler. The default
flake8 is very resticted, only erroring for undefined names and
syntax errors. This allows us to lint and test the function during
`faas-cli build`, which should simplify CI flows for users. Using
`tox` allows th euser to completely customize the test flow without
requiring any changes to the template.
- Add same test for the echo handler
- Include documentationthat describes how to disable
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
0 commit comments