MCPcopy Create free account
hub / github.com/huggingface/transformers / test_doc_sources

Method test_doc_sources

tests/test_doc_samples.py:110–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 self.analyze_directory(transformers_directory, n_identifier=n_identifiers)
109
110 def test_doc_sources(self):
111 doc_source_directory = Path("docs/source")
112 ignore_files = ["favicon.ico"]
113 self.analyze_directory(doc_source_directory, ignore_files=ignore_files, only_modules=False)

Callers

nothing calls this directly

Calls 1

analyze_directoryMethod · 0.95

Tested by

no test coverage detected