-
Notifications
You must be signed in to change notification settings - Fork 71
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
Paper, Al #61
base: master
Are you sure you want to change the base?
Paper, Al #61
Commits on Apr 1, 2021
-
created Vendor class, constructor, 2 methods called add/remove that i…
…nteract with items. Also made notes in test_wave_01.py - passed all test in wave 1.
Configuration menu - View commit details
-
Copy full SHA for 2c962ed - Browse repository at this point
Copy the full SHA 2c962edView commit details
Commits on Apr 3, 2021
-
Created item.py- class Item w attribute str -category. New- vendor.py…
… method, get_by_category() takes a str -category. loops, grabs matches in inventory with item.category. returns list. Passed Wave 2.
Configuration menu - View commit details
-
Copy full SHA for 01af45f - Browse repository at this point
Copy the full SHA 01af45fView commit details
Commits on Apr 4, 2021
-
added swap_items() method to vendor.py. Swaps items between two vendo…
…r objects. added strigify method to item.py that returns Hello World! Passed Wave 3
Configuration menu - View commit details
-
Copy full SHA for b8dc46d - Browse repository at this point
Copy the full SHA b8dc46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec21ff - Browse repository at this point
Copy the full SHA 0ec21ffView commit details -
passed tests 5.1 through 5.4. Getting my computer repaired and will u…
…pdate as soon as I can get back to work
Configuration menu - View commit details
-
Copy full SHA for 580cb08 - Browse repository at this point
Copy the full SHA 580cb08View commit details
Commits on Apr 7, 2021
-
added get_best_by_category() method and swap_best_by_category() metho…
…d to the Vendor class. Passed all tests in Wave 6
Configuration menu - View commit details
-
Copy full SHA for cf49283 - Browse repository at this point
Copy the full SHA cf49283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb206b - Browse repository at this point
Copy the full SHA 5eb206bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b263b0f - Browse repository at this point
Copy the full SHA b263b0fView commit details