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

Technical/issue 229 docker documentation for local development #255

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Nov 12, 2019

Related Issue

resolves #229

Summary of Changes

  1. Created a Dockerfile for local development
  2. Documented in CONTRIBUTING.md

Question: I observed in some of our specs we have different ways to do top level describe.

  1. describe('Build Greenwood With: ', async function() {
  2. describe('Build Greenwood With: ', () => {
  3. describe('Build Greenwood With: ', function() {

Is there a "canonical" way we should do it? Seems like given our history here, having a single way or documented pattern would be useful. I can make them all the same as part of this PR if that helps.

@thescientist13 thescientist13 added question Further information is requested chore unit testing, maintenance, etc labels Nov 12, 2019
@thescientist13
Copy link
Member Author

@hutchgrant
Did you have any thoughts / opinions on how to write those top level describes in our specs?

@thescientist13
Copy link
Member Author

thescientist13 commented Nov 15, 2019

moved the discussion about test conventions to #259

@thescientist13 thescientist13 added question Further information is requested and removed question Further information is requested labels Nov 15, 2019
@thescientist13 thescientist13 merged commit 93ce4e0 into master Nov 15, 2019
@thescientist13 thescientist13 deleted the technical/issue-229-docker-documentation-for-local-development branch November 15, 2019 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore unit testing, maintenance, etc question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

provide a local Dockerfile of the continuous integration environment
1 participant