Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix toml-test scripts #433

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Fix toml-test scripts #433

merged 1 commit into from
Oct 10, 2023

Commits on Oct 10, 2023

  1. Fix toml-test scripts

    Update tests/decoding_test.py to use the format used by the current
    version of toml-test. I also removed Python 2 support (my distro doesn't
    ship it, so I can't test it).
    
    Also add tests/encoding_test.py for encoder tests
    
    Still quite a few failures, mostly because it looks like it hasn't been
    updated to use 1.0 yet:
    
        % toml-test ./decoding_test.py | tail -n2
          valid tests: 139 passed, 18 failed
        invalid tests: 230 passed, 53 failed
    
        % toml-test ./encoding_test.py -encoder | tail -n1
        encoder tests: 146 passed, 11 failed
    arp242 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    08c6ca2 View commit details
    Browse the repository at this point in the history