KevinKim99 / Ticket-Tech

1 stars 2 forks source link

added tests for DB #83

Closed eremozdemir closed 5 months ago

eremozdemir commented 5 months ago

Test removing a non-existent artist (TestRemoveArtist.test_remove_nonexistent_artist) Test adding a concert without specifying an artist (TestAddConcert.test_add_concert_without_artist) Test removing a non-existent concert (TestRemoveConcert.test_remove_nonexistent_concert)

EricSmith10 commented 5 months ago

good, creative tests. will prevent future errors 👍

NathanIsCoding commented 5 months ago

Nice tests, things look good!