File size: 192 Bytes
a03b3ba
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from gradio_client import documentation


class TestDocumentation:
    def test_website_documentation(self):
        docs = documentation.generate_documentation()
        assert len(docs) > 0