Python - Features, integrations, alternatives & more
What it does
This action builds and tests Python applications using Nose. It’s possible to use also nose2 or py.test
How it works
This action launches a Docker container using the official Python image. The container runs pip install
and nosetests
commands. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
