We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a lot of repetitive actions needed to setup unit tests. We should be able to write less lines to setup a unit test.
def test_deploy_diagram( self ): ts = self.mock_task_spawner ts.get_aws_lambda_existence_info.return_value = create_future(False) ts.deploy_aws_lambda.return_value = create_future()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a lot of repetitive actions needed to setup unit tests. We should be able to write less lines to setup a unit test.
The text was updated successfully, but these errors were encountered: