orozCoding / catalog-of-my-things

1 stars 1 forks source link

Adding unit tests for Book and Label Class #31

Closed orozCoding closed 2 years ago

orozCoding commented 2 years ago

In this branch, I created unit tests for the Book and Label class.

Book class tests

The book tests check if a Book is created properly and also check if the move_to_archived method works correctly.

Label class tests

The Label tests check if a Label is created properly and also check if the add_item method works correctly.

Closes #13

orozCoding commented 2 years ago

Thanks @TimmyChan99