MCPcopy Create free account
hub / github.com/abryant710/auto-codebase-documenter / test_get_completion

Route test_get_completion

tests/test_auto_documenter.py:None–None  ·  view source on GitHub ↗
patch("openai.ChatCompletion.create")

Source from the content-addressed store, hash-verified

1import unittest
2from unittest.mock import patch, Mock, mock_open
3from auto_codebase_documenter.auto_documenter import AutoCodebaseDocumenter
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected