b430de23dc
test_workflow_api.py contains the unit tests for the WorkflowResource and WorkflowIdResource .coveragerc was modified to omit the unit test files from test coverage tox.ini was modified to generate an HTML report Change-Id: I86c81fbd65739fc8cc2fd089898aad6d87f7fdc0
6 lines
128 B
INI
6 lines
128 B
INI
[run]
|
|
# omit third party code and unit tests
|
|
omit =
|
|
shipyard_airflow/plugins/rest_api_plugin.py
|
|
shipyard_client/tests/*
|