You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: