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

chore: unit test for pipelineName #5

Merged
merged 3 commits into from
Dec 13, 2018
Merged

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Dec 12, 2018

Our first unit test, to make it a habit to write
one for every feature.

Misc:

  • Some updates to README
  • Add "npm test synth" which outputs the template for inspection
  • Clean up dashboard code that's not really useful (we can introduce later perhaps)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Our first unit test, to make it a habit to write
one for every feature.

Misc:
- Some updates to README
- Add "npm test synth" which outputs the template for inspection
@eladb eladb requested a review from RomainMuller December 12, 2018 15:53
pipeline/delivlib.ts Show resolved Hide resolved
npx cdk -a ${cdk_app} synth
exit 0
fi

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? This file seems to do more than "run test"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we'll replace it with https://github.com/awslabs/aws-cdk/issues/300

Copy link
Contributor Author

@eladb eladb Dec 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll rename this to something like cdk-integ.sh

@eladb eladb merged commit f641945 into master Dec 13, 2018
@eladb eladb deleted the benisrae/pipeline-name-unit-test branch December 13, 2018 10:59
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

Successfully merging this pull request may close these issues.

2 participants