
from testconfig import config
import pprint

def test_ohnoes():
    pprint.pprint(config)
