0.02%
0%
0%
0%
0%
0%
0%
0.09%
$ pyb -T
Tasks that will be executed for project "pybuilder":
prepare - Prepares the project for building. Creates target VEnvs
compile_sources - Compiles source files that need compilation.
depends on tasks: prepare
run_unit_tests - Runs all unit tests. Runs unit tests based on Python's unittest module
depends on tasks: compile_sources
analyze - Execute analysis plugins.
depends on tasks: run_unit_tests prepare
package - Packages the application. Package a python application.
depends on tasks: compile_sources run_unit_tests(optional)
run_integration_tests - Runs integration tests on the packaged application. Runs integration tests based on Python's unittest module
depends on tasks: package
verify - Verifies the project and possibly integration tests.
depends on tasks: run_integration_tests(optional)
coverage - <no description available>
depends on tasks: verify
compile_docs - Generates HTML documentation tree with pdoc
depends on tasks: compile_sources verify
publish - Publishes the project.
depends on tasks: package verify(optional) coverage(optional) compile_docs(optional)