Skip to content
New issue

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

Better unit test abstractions for easier testing #588

Open
breadchris opened this issue Jun 11, 2020 · 0 comments
Open

Better unit test abstractions for easier testing #588

breadchris opened this issue Jun 11, 2020 · 0 comments

Comments

@breadchris
Copy link
Collaborator

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant