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

Prefer using raw fixtures in testing #74

Merged
merged 4 commits into from Jul 13, 2022

Commits on Jul 13, 2022

  1. Prefer the use of raw fixtures during testing

    This is to avoid any side-effect from changes that are outside the immediate domain of this library
    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    6a13496 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    c61ac00 View commit details
    Browse the repository at this point in the history
  3. Ignore JetBrains IDEs project files

    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    472ffdc View commit details
    Browse the repository at this point in the history
  4. Fixed fixtures

    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    c697ada View commit details
    Browse the repository at this point in the history