Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pittcsc/PittAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: pittcsc/PittAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: move_course_mocks
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 17, 2025

  1. Delete outdated, unused mocks for course unit tests

    Delete the HTML mock files for unit tests for the course module, which
    are left over from the old implementation of the course module using
    PSMobile. These mocks are now unused and unusable for the current
    implementation, since the current implementation works with JSON and not
    HTML.
    tianyizheng02 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    a87e759 View commit details
    Browse the repository at this point in the history
  2. Move mocks for course unit tests to tests/samples/

    Move the Python file of mocks for unit tests for the course module to
    the tests/samples directory so that it's in the same directory as most
    other mocks. This is part of a larger effort to migrate all mocks in
    tests/mocks to tests/samples so that all mocks are under the same
    directory.
    tianyizheng02 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    6b16102 View commit details
    Browse the repository at this point in the history
Loading