Integration tests: Show live logs and timestamp

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2019-01-30 19:08:47 +01:00 committed by Gris Ge
parent cb9c35f020
commit e0fbdf4415

View File

@ -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 \