Closed ichabod801 closed 4 years ago
It accepts lists, tuples, and sets, but assumes a Pool is a single value. I need a better test for iterator there (line 717 in dice.py).
It looks like the only way to really test this is to try getting iter(item) and handling any TypeError that occurs. I find this unsatisfactory, but will use it.
It accepts lists, tuples, and sets, but assumes a Pool is a single value. I need a better test for iterator there (line 717 in dice.py).