open-rcv-tests icon indicating copy to clipboard operation
open-rcv-tests copied to clipboard

Public test data for ranked choice voting election software

rcv-tests

Documentation Status

The rcv-tests project is a publicly available collection of ranked choice voting test cases.

The test cases cover many variations of instant runoff voting and the single transferable vote. The test cases are intended for testing ranked choice voting election software (e.g. OpenRCV).

Some key links:

Project status: not yet ready but actively being worked on.

For Maintainers

To deploy a new version, bump the "version" number in tests.json, and tag the release with a SemVer Git tag (it is okay to add a prefix of "v"). For example--

$ git tag v0.2.0
$ git push origin v0.2.0

License

The contents of this repository are licensed under a permissive MIT license. See the LICENSE file for the actual wording.

Author

Chris Jerdonek ([email protected])