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 CI to check if pull request breaks rules of Sudoku #7

Open
1 of 2 tasks
xiegeo opened this issue Apr 10, 2018 · 1 comment
Open
1 of 2 tasks

Add CI to check if pull request breaks rules of Sudoku #7

xiegeo opened this issue Apr 10, 2018 · 1 comment
Labels
good first issue Good for newcomers

Comments

@xiegeo
Copy link
Owner

xiegeo commented Apr 10, 2018

Idea:

When a pull request is made, CI can check for the basic rules of Sudoku, to flag any broken rules of uniqueness per rows, columns, and blocks.

The tests must use the table in the readme as the only source of truth. Tests may require formatting rules.

The tests should also be runnable locally.

The tests can use any programing environment. Having a test in one environment does not exclude making the same test in a different environment. The target is to have any developer commit sudoku in their favorite environment.

Tests must not play Sudoku for you, or take away the fun.

Please add your forks here if you decide to implement such tests.

Working and Todos:

  • Go tests with travis ci.
  • Add others.
@xiegeo
Copy link
Owner Author

xiegeo commented Apr 14, 2018

Started working on a go branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant