Skip to content

Instantly share code, notes, and snippets.

View einSelbst's full-sized avatar
💭
Me, looking through the window of opportunity.

einSelbst einSelbst

💭
Me, looking through the window of opportunity.
  • Berlin / BalticSea
View GitHub Profile
@einSelbst
einSelbst / keybase.md
Last active August 29, 2015 14:07
keybase.md

Keybase proof

I hereby claim:

  • I am einselbst on github.
  • I am einselbst (https://keybase.io/einselbst) on keybase.
  • I have a public key whose fingerprint is 694B C050 2B07 FC53 48C9 FA5D AE04 2F71 026F 275A

To claim this, I am signing this object:

import unittest
from pyramid import testing
from paste.deploy.loadwsgi import appconfig
from webtest import TestApp
from mock import Mock
from sqlalchemy import engine_from_config
from sqlalchemy.orm import sessionmaker
from app.db import Session