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

Read/write table data to a file #3197

Merged
merged 21 commits into from Oct 28, 2022
Merged

Read/write table data to a file #3197

merged 21 commits into from Oct 28, 2022

Commits on Aug 30, 2022

  1. Add doc for writing/reading table data to a file kotest#3179

    Readme-oriented programming to make sure the proposed API make sense
    jmfayard committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    dd3c53a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. ✨table(headers3,fileContent) + StringTable

    All rows must have the right number of columns
    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d47b027 View commit details
    Browse the repository at this point in the history
  2. ✨table happy path

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    66c0062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db31609 View commit details
    Browse the repository at this point in the history
  4. ♻️move to StringTable

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f99ed8f View commit details
    Browse the repository at this point in the history
  5. ✨validating table files

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ac131a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afb5e6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    722d3d0 View commit details
    Browse the repository at this point in the history
  8. ✨map.toTable()

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9bb9e31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d376d4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6bc191 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    211817e View commit details
    Browse the repository at this point in the history
  12. ✅escape pipe

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    88fab6b View commit details
    Browse the repository at this point in the history
  13. 🎉 tables are now aligned

    jmfayard committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1957d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    50313c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524f3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7432503 View commit details
    Browse the repository at this point in the history
  4. 👌separatorRegex

    jmfayard committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    678ab8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd22ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    21838ac View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    663bb6e View commit details
    Browse the repository at this point in the history