File size: 261 Bytes
a88e758
 
 
 
 
 
 
533561e
a88e758
1
2
3
4
5
6
7
8
9
10
from handler import EndpointHandler


class TestEndpointHandler:
    _handler: EndpointHandler = EndpointHandler()

    def test_endpoint_handler(self):
        outputs: list = self._handler(data={"inputs": "Who is John Doe?"})
        assert len(outputs) == 1