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

Toml Spec Test Suite #4

Open
3 tasks
curtisma opened this issue Jul 18, 2022 · 0 comments
Open
3 tasks

Toml Spec Test Suite #4

curtisma opened this issue Jul 18, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@curtisma
Copy link
Contributor

curtisma commented Jul 18, 2022

Problem Statement

We need to test our Toml reader and writer more thoroughly to see what improvements we need to make it compliant with specification v1.0.0.

Proposed Solution

We can use toml-test, a language agnostic test suite to test our TOML implementation.
We will still keep the existing SKILL tests.

Alternatives Considered

  • Write our own test suite purely in SKILL.

Proposed Action Plan

  • 1. Figure out how to use toml-test
  • 2. Add the tests to our existing test suite
  • 3. Run the tests regularly
@curtisma curtisma added the enhancement New feature or request label Jul 18, 2022
@curtisma curtisma changed the title Toml Test Suite Toml Spec Test Suite Jul 18, 2022
@curtisma curtisma added the help wanted Extra attention is needed label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant