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

Add unittest to check for specific repo files #475

Closed
thinkingserious opened this issue Oct 28, 2017 · 3 comments · Fixed by #479
Closed

Add unittest to check for specific repo files #475

thinkingserious opened this issue Oct 28, 2017 · 3 comments · Fixed by #479
Labels
difficulty: unknown or n/a fix is unknown in difficulty

Comments

@thinkingserious
Copy link
Contributor

This repo should have the following list of files included:

  • ./Docker or docker/Docker
  • ./docker-compose.yml or ./docker/docker-compose.yml
  • ./.env_sample
  • ./.gitignore
  • ./.travis.yml
  • ./.codeclimate.yml
  • ./CHANGELOG.md
  • ./CODE_OF_CONDUCT.md
  • ./CONTRIBUTING.md
  • ./.github/ISSUE_TEMPLATE
  • ./LICENSE.md
  • ./.github/PULL_REQUEST_TEMPLATE
  • ./README.md
  • ./TROUBLESHOOTING.md
  • ./USAGE.md
  • ./USE_CASES.md

This PR is only asking for tests of the existence of these files, if the files do not exist when you run the tests - do not worry about the tests not passing. We will identify this and create a new PR for the issue.
Thank you!

@pjhampton
Copy link
Contributor

I've got this 👍

@pjhampton pjhampton mentioned this issue Oct 28, 2017
6 tasks
@AnnaDodson
Copy link

I've updated the file structure as per issue #528: removed USE_CASES.md and created directory use-cases so the test will definitely fail. I'm happy to update the tests once the PR has been merged if you would like to assign to me or if @pjhampton wants to.

@pjhampton
Copy link
Contributor

Hey @AnnaDodson. Thanks. Feel free to update the code as you feel fit 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: unknown or n/a fix is unknown in difficulty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants