Description
My actions before raising this issue
- Followed the troubleshooting guide
- Read/searched the docs
- Searched past issues
Expected Behaviour
Using python3-http template, there is a file handler_test.py
. Modified it to not pass the test:
from .handler import handle
def test_handle():
assert False
I've built the function and I was expecting to get an test error. Did a local run and also got no test errors.
Current Behaviour
I didn't get any type of test errors.
Possible Solution
Steps to Reproduce (for bugs)
- Write failing tests
- Build and get no errors.
Context
Testing code is essential. Providing a solid way to write and run tests is a must.
Your Environment
- FaaS-CLI version ( Full output from:
faas-cli version
):
CLI:
commit: f72db8de657001a2967582c535fe8351c259c5f6
version: 0.16.17
-
Docker version
docker version
(e.g. Docker 17.0.05 ):
Docker Community 24.0.7 -
Are you using Docker Swarm or Kubernetes (FaaS-netes)?
Kubernetes -
Operating System and version (e.g. Linux, Windows, MacOS):
Linux Ubuntu -
Code example or link to GitHub repo or gist to reproduce problem:
-
Other diagnostic information / logs from troubleshooting guide
Next steps
You may join Slack for community support.