Skip to content

Instantly share code, notes, and snippets.

@ixmatus
Created November 15, 2012 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixmatus/4080625 to your computer and use it in GitHub Desktop.
Save ixmatus/4080625 to your computer and use it in GitHub Desktop.
pserve output
pyramid ❯❯❯ pserve development.ini (env: whoosh)
/Users/ixmatus/.virtualenvs/whoosh/lib/python2.7/site-packages/SQLAlchemy-0.7.7-py2.7-macosx-10.7-intel.egg/sqlalchemy/orm/properties.py:1208: SAWarning: No ForeignKey objects were present in secondary table 'pools'. Assumed referenced foreign key columns 'pools.active', 'pools.coconuts', 'pools.date_created', 'pools.date_modified', 'pools.id', 'pools.price', 'pools.removed', 'pools.service_id', 'pools.user_id' for join condition 'pools.removed = :removed_1' on relationship User.poolz
/Users/ixmatus/.virtualenvs/whoosh/lib/python2.7/site-packages/SQLAlchemy-0.7.7-py2.7-macosx-10.7-intel.egg/sqlalchemy/orm/properties.py:1199: SAWarning: No ForeignKey objects were present in secondary table 'pools'. Assumed referenced foreign key columns 'pools.active', 'pools.coconuts', 'pools.date_created', 'pools.date_modified', 'pools.id', 'pools.price', 'pools.removed', 'pools.service_id', 'pools.user_id' for join condition 'pools.removed = :removed_1' on relationship Pool.users
test_registration_entry
test_successful_registration
test_unsuccessful_registration
test_login_logout
/Users/ixmatus/.virtualenvs/whoosh/lib/python2.7/site-packages/SQLAlchemy-0.7.7-py2.7-macosx-10.7-intel.egg/sqlalchemy/ext/declarative.py:1342: SAWarning: The classname 'ConsoleTieredCampaign' is already in the registry of this declarative base, mapped to <class 'whooshtraffic.views.console.tiered_linkbuilding.ConsoleTieredCampaign'>
Starting server in PID 29064.
serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment