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

Implement Continuous Integration #3

Closed
kytrinyx opened this issue Feb 12, 2017 · 2 comments · Fixed by #4
Closed

Implement Continuous Integration #3

kytrinyx opened this issue Feb 12, 2017 · 2 comments · Fixed by #4

Comments

@kytrinyx
Copy link
Member

Implement a test suite that can run both locally and on Travis CI, that verifies that the example code passes the test suite for each exercise.

Things to consider:

If some tests are marked as skipped or pending in some way, then CI should remove these annotations so that all the tests run against the example, not just the first test.

If we need to rewrite the files in any way, we should copy the exercise to a tmp directory first, so that we don't accidentally end up committing changes that are just for continuous integration or testing purposes.

We should make it possible to test just one exercise at a time, because testing everything can take a while, and very often people are just working on one exercise and will only need to run the full test suite before committing the change.

@masters3d
Copy link
Contributor

Hi @kytrinyx
Could you add me as a maintainer so I can change the travis settings and accept PRs?
Thanks!

@kytrinyx
Copy link
Member Author

@masters3d absolutely! Done.

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 a pull request may close this issue.

2 participants