CMPUT301F23T01 / Sigma-Blue

Introduction to Software engineering project repository
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Bach/test/unit test 2 #211

Closed waridh closed 10 months ago

waridh commented 10 months ago

This one is for the item class. It does testing for every public method on the Item class.

lizard-52 commented 10 months ago

For future testing PRs please try to keep the refactoring of existing code to a minimum.

lizard-52 commented 10 months ago

For future testing PRs please try to keep the refactoring of existing code to a minimum.

An hour of writing tests will improve our mark a lot more than 30min of test writing and 30min of refactoring. Especially since there isn't time for a more fundamental refactor.