Skip to content

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

@xiegeo

Description

@xiegeo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions