Issues and Pull Requests are always welcome. Thank you for your contribution! # Reporting an Issue Please check the latest development version to see if your issue has been fixed since the latest stable release. # Test Suite There is a `decoding_test.py` script in the `tests/` directory which acts as a harness in order to allow toml to be used with [the toml test suite](https://github.com/uiri/toml-test), written (unfortunately) in Go. ## Usage 1. Install Go (golang) 2. The toml-test suite 1. [Instructions](https://github.com/BurntSushi/toml-test#try-it-out) 3. Test both versions of Python: * `~/go/bin/toml-test ./tests/decoding_test2.sh` - for Python 2 * `~/go/bin/toml-test ./tests/decoding_test3.sh` - for Python 3