markitect-main/tests
Bernd Worsch 7b9d6af5a1 fix: Python 3.6 compatibility for tests
- Replace walrus operator (:=) with traditional assignment in config.py
- Replace datetime.fromisoformat() with strptime() for Python 3.6
- Replace subprocess capture_output and text params with PIPE and universal_newlines
- All tests now pass on Python 3.6.9

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 01:40:37 +02:00
..
test_example.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
test_issue_11_complete.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
test_issue_11_feature.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
test_issue_11_workflow_integration.py fix: Python 3.6 compatibility for tests 2025-09-23 01:40:37 +02:00
test_issue_11_workspace_creation.py feat: implement tddai Python library for TDD workspace management 2025-09-22 02:04:19 +02:00
test_parser.py chore: gitignore and repo cleanup 2025-09-16 03:04:18 +02:00