Skip to content

Commit b5f913c

Browse files
committed
prepare test for computations
1 parent 54c72c4 commit b5f913c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

services/autoscaling/tests/unit/test_modules_auto_scaling_computational.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,13 @@ async def test_cluster_scaling_up_starts_multiple_instances(
901901
mock_rabbitmq_post_message.reset_mock()
902902

903903

904+
async def test_cluster_adapts_machines_on_the_fly( # noqa: PLR0915
905+
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
906+
minimal_configuration: None,
907+
):
908+
...
909+
910+
904911
async def test_cluster_scaling_up_more_than_allowed_max_starts_max_instances_and_not_more(
905912
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
906913
minimal_configuration: None,

0 commit comments

Comments
 (0)