Posts Tagged ‘python’

Oh, of course

Tuesday, January 17th, 2012

Today’s Selenium-now-I-get-it-ism: The Selenium IDE can export test cases in Java, it just hides them under 3 different flavors of JUnit, and one flavor of TestNG. This is confusing, because they call out C#, Ruby, and Python by name, and I’m pretty sure you can use TestNG with all of those languages. I know I’ve used it with C#.

That’s a warning, not an error

Friday, March 13th, 2009

If you ever happen to be building python from source, and at the end of your make,  you notice a message along the lines of

“failed to find the necessary bits”

It’s only a warning about some apperantly optional modules; you should still go ahead and issue a “make test”, see how you feel then, before starting the hair-pulling.