¡@

Home 

python Programming Glossary: brittle

How should I unit test a code-generator?

http://stackoverflow.com/questions/11060/how-should-i-unit-test-a-code-generator

this code I did it using TDD but I've found my tests to be brittle as hell. Because each test essentially wanted to verify that.. fact that the unit tests themselves are a complex and b brittle. So I'm trying to think of alternative approaches to this problem..

request.user returns a SimpleLazyObject, how do I “wake” it?

http://stackoverflow.com/questions/11314905/request-user-returns-a-simplelazyobject-how-do-i-wake-it

sqlalchemy cursor error during yield_per

http://stackoverflow.com/questions/12233115/sqlalchemy-cursor-error-during-yield-per

in chunks rather than using yield_per which is quite brittle. The recipe at http www.sqlalchemy.org trac wiki UsageRecipes..

Controlling the mouse from Python in OS X

http://stackoverflow.com/questions/281133/controlling-the-mouse-from-python-in-os-x

to known button positions in their Flash player very brittle I know . The mouse move events in particular are required as..

How do I find the “concrete class” of a django model baseclass

http://stackoverflow.com/questions/349206/how-do-i-find-the-concrete-class-of-a-django-model-baseclass

return instance except Exception e pass But it feels brittle and I'm not sure of what happens when if I inherit in more levels...

Chaining multiple mapreduce tasks in Hadoop streaming

http://stackoverflow.com/questions/4626356/chaining-multiple-mapreduce-tasks-in-hadoop-streaming

operations in the same app. I find this much less brittle than other methods. Note the Cascade object in Cascading allows..