codeant-ai-for-open-source[bot] commented on code in PR #39404:
URL: https://github.com/apache/superset/pull/39404#discussion_r3565300733


##########
tests/unit_tests/utils/test_date_parsing.py:
##########
@@ -254,3 +257,91 @@ def test_warning_suppression():
 
     assert len(warnings_list) == 0  # Should suppress all format inference 
warnings
     assert pd.api.types.is_datetime64_any_dtype(df["date"])  # Should still 
parse dates
+
+
+# ============================================================================
+# NEW TESTS FOR datetime_to_epoch() - Edge case coverage
+# ============================================================================
+
+
+def test_datetime_to_epoch_naive_at_epoch():

Review Comment:
   ✅ **Customized review instruction saved!**
   
   **Instruction:**
   > Do not flag missing return type hints on individual test functions when 
the file's existing convention omits them; treat this as a file-wide cleanup 
instead of a single-function issue.
   
   **Applied to:**
     - `tests/unit_tests/utils/test_date_parsing.py`
   
   ---
   💡 *To manage or update this instruction, visit: [CodeAnt AI 
Settings](https://app.codeant.ai/org/settings/learnings)*



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to