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

C18 Cheetahs - Sarah Sanborn #25

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    36d5563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ef56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1700634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a44ef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. passed first integration tests for waves 1, 2, and 3. Updated output …

    …for get_by_category from string to empty list.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    638005f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe96f48 View commit details
    Browse the repository at this point in the history
  3. Passed test 16 in Wave 4. Moved vendor.add(self.inventory[0]) up one …

    …line to come before item from self inventory was removed.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9d92db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82bb400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd2a068 View commit details
    Browse the repository at this point in the history
  6. Passed test 18 in Wave 5. Created dunder init in Clothing class as we…

    …ll as a stringify method. Uncomment first test of Wave 5.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    31e0e50 View commit details
    Browse the repository at this point in the history
  7. Passed test 20 of Wave 5. Added dunder init constructor to Decor clas…

    …s as well as stringify method.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    0d557b3 View commit details
    Browse the repository at this point in the history
  8. Passed test 21 of Wave 5. Added dunder init to Electronics class in e…

    …lectronics.py. Also added stringify method to same
    
    lass. Uncommented test 21.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    64888fc View commit details
    Browse the repository at this point in the history
  9. Passed test 22 in Wave 5. Tried importing test for a later test, but …

    …removed or commented out section to come back to it later.
    sarahsanborn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6dcc516 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Imported item to the Clothing, Decor, and Electronic classes. Also ad…

    …ded super() to each dunder init of those classes. Wave 5.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    18e7270 View commit details
    Browse the repository at this point in the history
  2. Passed test 23 in Wave 5. Implemented Item as a parent class for Clot…

    …hing, Decor, and Electronic classes to use the condition_description instance method within Item.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    cce24a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd4ad66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f23421a View commit details
    Browse the repository at this point in the history
  5. Passed 25th test in Wave 6. Added docstring to get_best_by_category. …

    …Also added code if no item within category, return None.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c8fc034 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23795d9 View commit details
    Browse the repository at this point in the history
  7. Passed test 27 of Wave 6. Added assert statements to test_swap_best_b…

    …y_category test. Implemented swap_best_by_category in Vendor class.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    aba2f2e View commit details
    Browse the repository at this point in the history
  8. Passed test 28 of Wave 6. Added assert statements, commented test ski…

    …p decorator and raise exception decorator.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3975c2f View commit details
    Browse the repository at this point in the history
  9. Passed test 29 of Wave 6. Commented out test skip decorator. Passed w…

    …ithout needing to update code.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f055e10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d644aa View commit details
    Browse the repository at this point in the history
  11. Passed test 31 of Wave 6. Added assert statements to test_swap_best_b…

    …y_category_no_match_is_false.
    sarahsanborn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1af9f0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b3538d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34ef29e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    608628f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Updated swap_first_item method so my conditional checks if inventory …

    …length is zero rather than an empty list.
    sarahsanborn committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ca0636e View commit details
    Browse the repository at this point in the history