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

Ada c17 whales-Nishat Salsabil #96

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2022

  1. Created the Class Vendor with the instance methods of init, add, remo…

    …ve. All unit tests in Wave 01 passing; Wave 01 complete.
    nishatsalsabil committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e24c3ff View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    52b046c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ce532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b17bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8381b60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f995c2 View commit details
    Browse the repository at this point in the history
  6. Renumbered the tests to include the integration test waves, all tests…

    … in wave 05 passing; wave 05 complete
    nishatsalsabil committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    7af280d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. added 2 instance methods for wave 06, all tests and integration tests…

    … passing; waves 01-06 complete
    nishatsalsabil committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1234741 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. refactored the swap_first_item method in vendor.py and implemented th…

    …e class Item's super function in subclasses; all waves and integration tests passing
    nishatsalsabil committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c02f9f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. created a new wave 07 for optional enhancement with 9 new test cases,…

    … added 2 instance methods: get_newest_item and swap_by_newest to Vendor Class, added an attribute age to Item Class
    nishatsalsabil committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    69ccf14 View commit details
    Browse the repository at this point in the history
  2. needed to add another test case to test condition_description method …

    …in Wave 05, waves 01-07 and integration tests passing
    nishatsalsabil committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    afb90ef View commit details
    Browse the repository at this point in the history