I hereby claim:
- I am oisinmulvihill on github.
- I am oisinmulvihill (https://keybase.io/oisinmulvihill) on keybase.
- I have a public key ASA9vt7LG4EdVSlrjl-j6Ppm-yUOpSHiN1lnGQZ-tyyQPAo
To claim this, I am signing this object:
# | |
# Oisin Mulvihill | |
# 2015-11-18 | |
# | |
# Very rough hacked together test of the excellent article: | |
# * http://charlesleifer.com/blog/using-the-sqlite-json1-and-fts5-extensions-with-python/ | |
# | |
import json | |
import urllib2 | |
from pysqlite2.dbapi2 import connect |
I hereby claim:
To claim this, I am signing this object:
# Updated for python3 | |
# | |
# https://stackoverflow.com/questions/20274987/how-to-use-pytest-to-check-that-error-is-not-raised/35458249#35458249 | |
# | |
from contextlib import contextmanager | |
@contextmanager | |
def not_raises(ExpectedException): | |
try: |