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

feat(snap)!: expect_file! macro instead of _path-variants of asserts #247

Merged
merged 8 commits into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. fix(snap)!: Track data errors internally

    This will let us track a `DataSource` inside it without problems from
    errors
    epage committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bc95aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1dcb0 View commit details
    Browse the repository at this point in the history
  3. feat(snap): Add current_dir macro

    We've found a macro like this to be very helpful within cargo for making
    it easy to copy/paste tests.
    epage committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ef7cced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db7c68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4566e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    699d781 View commit details
    Browse the repository at this point in the history
  7. style: Make clippy happy

    epage committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7af2952 View commit details
    Browse the repository at this point in the history
  8. chore: Ensure schema is valid

    epage committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f892781 View commit details
    Browse the repository at this point in the history