Skip to content

Commit

Permalink
prepare test for computations
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 9, 2024
1 parent 54c72c4 commit b5f913c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,13 @@ async def test_cluster_scaling_up_starts_multiple_instances(
mock_rabbitmq_post_message.reset_mock()


async def test_cluster_adapts_machines_on_the_fly( # noqa: PLR0915
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
minimal_configuration: None,
):
...


async def test_cluster_scaling_up_more_than_allowed_max_starts_max_instances_and_not_more(
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
minimal_configuration: None,
Expand Down

0 comments on commit b5f913c

Please sign in to comment.