There was an error while loading. Please reload this page.
1 parent 7ff28e3 commit 3e323edCopy full SHA for 3e323ed
tests/unit/api_doc_generation/test_api_doc_generation.py
@@ -40,7 +40,7 @@ def test_api_doc_generation_sanity(codebase, language: ProgrammingLanguage) -> N
40
other_lang = "TS" if language == ProgrammingLanguage.PYTHON else "Py"
41
# =====[ Python ]=====
42
docs = get_graph_sitter_docs(language=language, codebase=codebase)
43
- assert count_tokens(docs) < 50181
+ assert count_tokens(docs) < 50500
44
assert f"{lang}Function" in docs
45
assert f"{lang}Class" in docs
46
assert f"{other_lang}Function" not in docs
0 commit comments