FEA-Bench / testbed /gradio-app__gradio /client /python /test /test_documentation.py
hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
192 Bytes
from gradio_client import documentation
class TestDocumentation:
def test_website_documentation(self):
docs = documentation.generate_documentation()
assert len(docs) > 0