-
Notifications
You must be signed in to change notification settings - Fork 38
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
Projeto 2 #15
base: main
Are you sure you want to change the base?
Projeto 2 #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taianne
Parabéns pela entrega!!!
Vc entregou o objetivo da entrega, tem pequenos ajustes a serem feitos mas são bem simples. Arrasou demais! continue assim vc vai longe!!
|
||
def emprestar_livro(self, nome_livro): | ||
for livro in self.livros: | ||
if livro['nome'] == nome_livro: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olá, Taianne
Massa demais que fez as lógicas propostas. Nessa linha tem um pequeno erro em livro['nome']
o seu livro já é um objeto livro por isso ele já tem as propriedades livro.nome e livro.esta_emprestado
|
||
|
||
|
||
def test_exibir_livro_deve_passar(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A partir dessa linha o código não está indentado, acho que é por isso que o teste estava cinza ontem na apresentação e não executava. Vc pode usar os atalhos do VS code para formatar o arquivo ou ir no menu View > Command Palette > Format
Projeto passível de ajustes!