tests: add diffusers tests (#1419)

This commit is contained in:
Ettore Di Giacinto 2023-12-11 02:20:34 -05:00 committed by GitHub
parent 831418612b
commit 48e5380e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 148 additions and 38 deletions

View file

@ -24,7 +24,7 @@ class TestBackendServicer(unittest.TestCase):
"""
This method tears down the gRPC service by terminating the server
"""
self.service.terminate()
self.service.kill()
self.service.wait()
def test_server_startup(self):