Re: [Tutor] Roulette Unit Test Questions

2011-02-05 Thread Steven D'Aprano
Ben Ganzfried wrote: Hey, I'm having a lot of confusion getting the unit test working for one of my classes for the Roulette bot I'm working on and would greatly appreciate any advice or help. [...] Here is my Bin class: from Outcome import * class Bin: def __init__(self, *outcomes):

[Tutor] Roulette Unit Test Questions

2011-02-05 Thread Ben Ganzfried
Hey, I'm having a lot of confusion getting the unit test working for one of my classes for the Roulette bot I'm working on and would greatly appreciate any advice or help. Here is the description of what I am trying to do: http://homepage.mac.com/s_lott/books/oodesign/build-python/html/roulette/b