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

Test Suite #7

Open
Huddie opened this issue Jan 14, 2019 · 0 comments
Open

Test Suite #7

Huddie opened this issue Jan 14, 2019 · 0 comments

Comments

@Huddie
Copy link
Contributor

Huddie commented Jan 14, 2019

This is super important. Right now we have 0 testing occurring.

Test suite should have a few phases:

  1. Creating a test suite (We don't even have a file so creating the file is a good start, tests.py)
  2. Adding tests to danger file. We have the danger file in the repo, change it up! Reach our for help on this one.
    • Tip 1 : Write ruby code that runs the tests and fails (fail is a ruby method) if the tests fail
    • Tip 2: Send the output of the tests to a file and read the file to determine pass/fail
  3. Add to danger file to make sure that each non-trivial addition has an addition in the test suite (Otherwise warn that they forgot to add a test)
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