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

build: Add tests for fetch using passing arguments #115

Merged
merged 12 commits into from
Jan 15, 2024

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    4485eee View commit details
    Browse the repository at this point in the history
  2. Fix: Tests failing because of calling pointer

    - The fetchUser passing pointer had another struct which was not necessarily needed
    - Removed PersonalInfo as it was not needed wrt the testcase
    sbshah97 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a880ed5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    53cb76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8821233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48449da View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix: Flipped test case and add validate helper

    - For negative test cases, test cases have been skipped for now.
    - For passing test cases, a helper method has been added to validate output
    sbshah97 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a79fce8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. remove validateFriends

    add smartUnmarshal as helper in fetch tests
    ElecTwix committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c153653 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge pull request #1 from ElecTwix/fetchadd

    remove validateFriends
    sbshah97 authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c4815d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Apply suggestions from code review

    Code Review comments suggestions added
    
    Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
    sbshah97 and phughk authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f1713c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de3559 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev/sbshah97/db_test' of github.com:sbshah97/surrealdb.…

    …go into dev/sbshah97/db_test
    sbshah97 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c9a4f3d View commit details
    Browse the repository at this point in the history