Replaced start up tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-06-22 17:04:37 -04:00
parent e69dbf58fa
commit e555acfdb4
6 changed files with 121 additions and 16 deletions

View File

@@ -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"""