Replaced start up tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -31,7 +31,9 @@ class ClusterTC(IsolatedAsyncioTestCase):
|
||||
"""Control the number of servers."""
|
||||
count = 3
|
||||
cluster = Cluster(num=count)
|
||||
await cluster.start()
|
||||
self.assertEqual(len(cluster.servers), count)
|
||||
await cluster.cleanup()
|
||||
|
||||
async def test_set_translation_mocking(self):
|
||||
"""Is the translation mocking setup"""
|
||||
|
||||
Reference in New Issue
Block a user