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

Tests for get note by id #99

Merged
merged 12 commits into from
Nov 3, 2023
Merged

Tests for get note by id #99

merged 12 commits into from
Nov 3, 2023

Commits on Oct 27, 2023

  1. Testcases were written for the get note by id method

    New data for tests were added to the test database
    elizachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3c3e39a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 30, 2023

  1. added path to the tests folder for importing test data

    url for a fake request define using the find method
    elizachi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    73c0904 View commit details
    Browse the repository at this point in the history
  2. removed undefined check

    fix implicit arrange
    elizachi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c600498 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Added another test case, but it doesn't work yet.

    Need to decide what to do with the note creator.
    elizachi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d3e68a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    bfc4515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca5ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00bc8b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55fc668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d249467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e684572 View commit details
    Browse the repository at this point in the history
  7. Added 3 test cases for status 400

    Removed 1 test case for 406
    elizachi committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f319bee View commit details
    Browse the repository at this point in the history