mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
tests: add diffusers tests (#1419)
This commit is contained in:
parent
831418612b
commit
48e5380e45
8 changed files with 148 additions and 38 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue