fix: format_time rollover, move sys.path to conftest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 11:16:52 +02:00
parent 5819ea2970
commit 68f9a01d2b
3 changed files with 8 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
import sys, os
sys.path.insert(0, os.path.dirname(__file__))