예제 #1
0
 async def five_nodes(self):
     async for _ in setup_n_nodes(test_constants, 5):
         yield _
예제 #2
0
 async def three_nodes(self):
     async for _ in setup_n_nodes(test_constants, 3):
         yield _
예제 #3
0
 async def four_nodes(self):
     async for _ in setup_n_nodes(test_constants, 4):
         yield _
예제 #4
0
 async def five_nodes(self, db_version):
     async for _ in setup_n_nodes(test_constants, 5, db_version=db_version):
         yield _