my_gradio / client /python /test /test_documentation.py
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
192 Bytes
from gradio_client import documentation
class TestDocumentation:
def test_website_documentation(self):
docs = documentation.generate_documentation()
assert len(docs) > 0