[OLPC-Games] Testing Frameworks
Kent Quirk
kent_quirk at cognitoy.com
Thu Apr 26 22:24:56 EDT 2007
It's always a good idea to build some test code for your modules.
There are people who argue that "test-driven development" (TDD) is
actually cheaper than normal development processes, since you spend less
time debugging. Done right, I think I probably agree. But it's probably
not true for the first couple of times you do it.
Take a look into py.test instead of unittest -- it lets you write tests
that don't change your code at all, which is nice in a platform like the
OLPC where you don't want to affect your code.
Kent
Julius Lucks wrote:
> I was more thinking that in the build process, some automated
> procedure might pull down the latest code and then run the tests. In
> that case I was thinking that the testing should be done in a more
> standard way (like with unittest). I could be thinking too far ahead
> though - I should probably just write the game!
>
> Julius
>
> -----------------------------------------------------
> http://openwetware.org/wiki/User:Lucks
> -----------------------------------------------------
>
>
>> I'm not sure why you would need to run the tests on the XO itself. I
>> would expect you would run the tests in your development environment
>> (whatever that is). Tests should probably not even be included in the
>> final version to save space.
>>
>> --Noah
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Games mailing list
> Games at laptop.org
> http://mailman.laptop.org/mailman/listinfo/games
>
--
------------------------------------------------------------
Kent Quirk I'm making a game about global warming.
Game Architect Track the progress at:
CogniToy http://www.cognitoy.com/meltingpoint
More information about the Games
mailing list