File size: 192 Bytes
0ad74ed
 
 
 
 
 
 
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