Pete Hodgson

Results 17 issues of 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...

feature request
would-happily-accept-a-patch

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...

would-happily-accept-a-patch

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...

feature request
would-happily-accept-a-patch

see http://groups.google.com/group/frank-discuss/browse_thread/thread/873475cea22280ab

feature request
would-happily-accept-a-patch

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...