Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.58 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.58 KB

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 (chris.jerdonek@gmail.com)