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 page and tests (GitHub)
- Documentation (rcv-tests.readthedocs.org)
Project status: not yet ready but actively being worked on.
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 The contents of this repository are licensed under a permissive MIT license. See the LICENSE file for the actual wording.
Chris Jerdonek (chris.jerdonek@gmail.com)