Integration tests: Show live logs and timestamp
Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
cb9c35f020
commit
e0fbdf4415
@ -69,6 +69,11 @@ function run_tests {
|
||||
pytest \
|
||||
--verbose --verbose \
|
||||
--log-level=DEBUG \
|
||||
--log-date-format='%Y-%m-%d %H:%M:%S' \
|
||||
--log-format='%(asctime)s %(filename)s:%(lineno)d %(levelname)s %(message)s' \
|
||||
--log-cli-level=DEBUG \
|
||||
--log-cli-date-format='%Y-%m-%d %H:%M:%S' \
|
||||
--log-cli-format='%(asctime)s %(filename)s:%(lineno)d %(levelname)s %(message)s' \
|
||||
--durations=5 \
|
||||
--cov=\$($PYTHON_SITE_PATH_CMD)/libnmstate \
|
||||
--cov=\$($PYTHON_SITE_PATH_CMD)/nmstatectl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user