gradio / client /python /test /test_documentation.py
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
from gradio_client import documentation
class TestDocumentation:
def test_website_documentation(self):
docs = documentation.generate_documentation()
assert len(docs) > 0