-
Notifications
You must be signed in to change notification settings - Fork 113
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
C17 Whales Morgan Adkisson #91
base: master
Are you sure you want to change the base?
Commits on Apr 6, 2022
-
Oooops forgot to commit updates... updated vendor and item classes, p…
…assing all tests in waves 01 and 02, finsihed wave assertions
Configuration menu - View commit details
-
Copy full SHA for 110b272 - Browse repository at this point
Copy the full SHA 110b272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea6bf5 - Browse repository at this point
Copy the full SHA 9ea6bf5View commit details -
use __str__ method to make Item return the default str 'Hello World!'…
…, create Vendor method swap_item, and passed all tests in wave 03... refactored swap_items from nested if statements for Vendor and other Vendor to one if statement using 'and'
Configuration menu - View commit details
-
Copy full SHA for af510a3 - Browse repository at this point
Copy the full SHA af510a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad5a8c - Browse repository at this point
Copy the full SHA 6ad5a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d2a11 - Browse repository at this point
Copy the full SHA f7d2a11View commit details -
create new classes (as new instances of Item) Clothing, Decor, Electr…
…onics passing first three tests in wave 05
Configuration menu - View commit details
-
Copy full SHA for 3816427 - Browse repository at this point
Copy the full SHA 3816427View commit details
Commits on Apr 7, 2022
-
wrote condition_description method in Item to be inherited by all ins…
…tances, was able to pass all wave 05 tests except for test_items_have_condition_as_float - program stalling when it gets to this test
Configuration menu - View commit details
-
Copy full SHA for 5032273 - Browse repository at this point
Copy the full SHA 5032273View commit details -
Configuration menu - View commit details
-
Copy full SHA for b72885b - Browse repository at this point
Copy the full SHA b72885bView commit details
Commits on Apr 8, 2022
-
conpleted swap_best_by_category and passed remaining tests in wave 06…
…. Also made a temporary fix to Item class issue that was causing a stall in wave 05 tests (changed while loop). Still needs refactoring.
Configuration menu - View commit details
-
Copy full SHA for e0bde7b - Browse repository at this point
Copy the full SHA e0bde7bView commit details -
refactored condition_description in Item class to fix bug and achieve…
… 100% code coverage
Configuration menu - View commit details
-
Copy full SHA for f1f1eb2 - Browse repository at this point
Copy the full SHA f1f1eb2View commit details -
optional enhancements: created get_newest_by_category helper function…
… and swap_newest_by_category, created new test folder test_optional_enhancement to test additions
Configuration menu - View commit details
-
Copy full SHA for f478e25 - Browse repository at this point
Copy the full SHA f478e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdc13f - Browse repository at this point
Copy the full SHA 3bdc13fView commit details -
fixed bug in Vendor class that was keeping integration tests from run…
…ning - the ussue was the use of mutable list as default inventory parameter
Configuration menu - View commit details
-
Copy full SHA for e3ad58e - Browse repository at this point
Copy the full SHA e3ad58eView commit details