gtp-final / gradio /client /python /test /test_documentation.py
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
199 Bytes
from gradio_client import documentation
class TestDocumentation:
def test_website_documentation(self):
docs = documentation.generate_documentation()
assert len(docs) > 0