IWU-CS253 / project-tree

project-tree created by GitHub Classroom
0 stars 0 forks source link

Bootstrap #29

Closed poultong closed 1 year ago

poultong commented 1 year ago

The Edit and Delete Button Branch/ Bootstrap Branch is ready to go, all of its own unit tests succeeded although the add_character unit test failed on my computer for some reason.

jdreed129 commented 1 year ago

It looks like the add_character unit test failed because it needs to be updated to the correct number of times the names are expected to appear in html, which I think is happening because of a shift from id -> name. It's basically just an issue in the way the test is written, in that it requires the number of appearances of the name to be updated every time it changes, otherwise it fails. I'll rewrite the test this afternoon.