-
Notifications
You must be signed in to change notification settings - Fork 589
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
base: main
Are you sure you want to change the base?
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36d5563 - Browse repository at this point
Copy the full SHA 36d5563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ef56e - Browse repository at this point
Copy the full SHA 92ef56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1700634 - Browse repository at this point
Copy the full SHA 1700634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a44ef6 - Browse repository at this point
Copy the full SHA 8a44ef6View commit details
Commits on Oct 5, 2022
-
passed first integration tests for waves 1, 2, and 3. Updated output …
…for get_by_category from string to empty list.
Configuration menu - View commit details
-
Copy full SHA for 638005f - Browse repository at this point
Copy the full SHA 638005fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe96f48 - Browse repository at this point
Copy the full SHA fe96f48View commit details -
Passed test 16 in Wave 4. Moved vendor.add(self.inventory[0]) up one …
…line to come before item from self inventory was removed.
Configuration menu - View commit details
-
Copy full SHA for 9d92db0 - Browse repository at this point
Copy the full SHA 9d92db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bb400 - Browse repository at this point
Copy the full SHA 82bb400View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2a068 - Browse repository at this point
Copy the full SHA dd2a068View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 31e0e50 - Browse repository at this point
Copy the full SHA 31e0e50View commit details -
Passed test 20 of Wave 5. Added dunder init constructor to Decor clas…
…s as well as stringify method.
Configuration menu - View commit details
-
Copy full SHA for 0d557b3 - Browse repository at this point
Copy the full SHA 0d557b3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 64888fc - Browse repository at this point
Copy the full SHA 64888fcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6dcc516 - Browse repository at this point
Copy the full SHA 6dcc516View commit details
Commits on Oct 6, 2022
-
Imported item to the Clothing, Decor, and Electronic classes. Also ad…
…ded super() to each dunder init of those classes. Wave 5.
Configuration menu - View commit details
-
Copy full SHA for 18e7270 - Browse repository at this point
Copy the full SHA 18e7270View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cce24a0 - Browse repository at this point
Copy the full SHA cce24a0View commit details -
Implemented list comprehension in my get_by_category instance method …
…of my Vendor class.
Configuration menu - View commit details
-
Copy full SHA for fd4ad66 - Browse repository at this point
Copy the full SHA fd4ad66View commit details -
Passed 24th test in Wave 6. Implemented best_by_category function usi…
…ng max() and lambda.
Configuration menu - View commit details
-
Copy full SHA for f23421a - Browse repository at this point
Copy the full SHA f23421aView commit details -
Passed 25th test in Wave 6. Added docstring to get_best_by_category. …
…Also added code if no item within category, return None.
Configuration menu - View commit details
-
Copy full SHA for c8fc034 - Browse repository at this point
Copy the full SHA c8fc034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23795d9 - Browse repository at this point
Copy the full SHA 23795d9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aba2f2e - Browse repository at this point
Copy the full SHA aba2f2eView commit details -
Passed test 28 of Wave 6. Added assert statements, commented test ski…
…p decorator and raise exception decorator.
Configuration menu - View commit details
-
Copy full SHA for 3975c2f - Browse repository at this point
Copy the full SHA 3975c2fView commit details -
Passed test 29 of Wave 6. Commented out test skip decorator. Passed w…
…ithout needing to update code.
Configuration menu - View commit details
-
Copy full SHA for f055e10 - Browse repository at this point
Copy the full SHA f055e10View commit details -
Passed test 30 of Wave 6. Commented test skip decorator. Passed witho…
…ut updating code.
Configuration menu - View commit details
-
Copy full SHA for 2d644aa - Browse repository at this point
Copy the full SHA 2d644aaView commit details -
Passed test 31 of Wave 6. Added assert statements to test_swap_best_b…
…y_category_no_match_is_false.
Configuration menu - View commit details
-
Copy full SHA for 1af9f0f - Browse repository at this point
Copy the full SHA 1af9f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3538d - Browse repository at this point
Copy the full SHA 4b3538dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ef29e - Browse repository at this point
Copy the full SHA 34ef29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 608628f - Browse repository at this point
Copy the full SHA 608628fView commit details
Commits on Oct 7, 2022
-
Updated swap_first_item method so my conditional checks if inventory …
…length is zero rather than an empty list.
Configuration menu - View commit details
-
Copy full SHA for ca0636e - Browse repository at this point
Copy the full SHA ca0636eView commit details