We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1917 commit 1696304Copy full SHA for 1696304
smoke-test/pyproject.toml
@@ -91,3 +91,9 @@ filterwarnings = [
91
# We should not be unexpectedly seeing API tracing warnings.
92
"error::datahub.errors.APITracingWarning",
93
]
94
+# Logging configuration - formats test reports without interfering with CLI tests
95
+log_level = "INFO"
96
+log_format = "%(asctime)s - %(name)s - %(funcName)s - %(levelname)s - %(message)s"
97
+log_date_format = "%Y-%m-%d %H:%M:%S"
98
+# Note: log_cli is intentionally NOT configured to avoid interfering with
99
+# click.testing.CliRunner output capture in CLI command tests
smoke-test/tests/cypress/test_weights.json
@@ -419,4 +419,4 @@
419
"filePath": "manage_tagsV2/search_bar_placeholder.js",
420
"duration": "3.126s"
421
}
422
-]
+]
0 commit comments