Skip to content

Tigers - Masha & Soleil - #24

Open
mariia-iureva wants to merge 26 commits into
AdaGold:mainfrom
mariia-iureva:master
Open

Tigers - Masha & Soleil#24
mariia-iureva wants to merge 26 commits into
AdaGold:mainfrom
mariia-iureva:master

Conversation

@mariia-iureva

Copy link
Copy Markdown

We did Enhancements and added test_wave_07 as well to test it

@CheezItMan CheezItMan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done Masha & Soleil,

You hit the learning goals here. Well done. I like your tests for wave 7.

Comment thread play_tester.py
@@ -0,0 +1,33 @@

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably doesn't need to be committed.

Comment thread swap_meet/item.py
def __str__(self):
return "Hello World!"

def condition_description(self):

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Comment thread swap_meet/vendor.py
if not self.inventory or not any_list:
return None

return min(any_list, key=lambda item: item.age)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of a lambda!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants