slac207 / cs207project

MIT License
0 stars 4 forks source link

Test dunders `iter` and `itertimes` and `iteritems`. #4

Closed sanoke closed 7 years ago

sanoke commented 7 years ago

Was reviewing the Project Spec 2 (see projectReq/project2.pdf) and it mentioned that the __iter__() methods should have some basic testing:

To test these [iter methods], check both the types of the results and the answers you expect.

Just checking to see if you did this, and if you could update the issue to let us know! Thanks!

cocochrane commented 7 years ago

I did this!