Pete Hodgson
Pete Hodgson
As a user of the API I want a way to parameterize my selectors So I don't have to have to mess around with quote escaping Currently if you want...
As a test engineer I want Shelley to support all the common UI____ shorthand forms that UIQuery does So that I can migrate my tests easier e.g. `alertView threePartButton` should...
Browsers often ask for /favicon when visiting a site. Symbiote doesn't supply one, and outputs a noisy 404 error in the logs. We should just add a blank favicon to...
see http://groups.google.com/group/frank-discuss/browse_thread/thread/873475cea22280ab
Hey Jeff, I've been using your iphonesim app as part of an automated iPad testing effort. Thanks for creating it! One problem I hit is that after launching an app...
Seems handy for folks finding this repo via github
# Description Fixes a bug where SQLAlchemy engines created via `sqlalchemy.engine_from_config(...)` are not instrumented by `SQLAlchemyInstrumentor`. `sqlalchemy.engine_from_config(...)` directly calls `create_engine(...)` imported from `sqlalchemy.engine.create`. If we don't wrap that copy of...