I hereby claim:
- I am flub on github.
- I am flub (https://keybase.io/flub) on keybase.
- I have a public key whose fingerprint is 0FB1 803B C91D 1B60 1E2A 2C22 702A 26DB 4CCB 3FFC
To claim this, I am signing this object:
| """Test credentials. | |
| Instructions: | |
| - Paste in the KEY_ID, KEY, and ISSUER_ID. | |
| - Install dependencies: ``pip install requests pyjwt[crypto]`` | |
| - Run: ``python get_apps_test.py`` | |
| """ | |
| import http.client |
I hereby claim:
To claim this, I am signing this object:
| # -*- coding: utf-8 -*- | |
| """Generic host information""" | |
| from __future__ import (absolute_import, | |
| unicode_literals, print_function, division) | |
| import abc | |
| import sys | |
| import threading | |
| import time | |
| import greenlet | |
| sys.setcheckinterval(0) | |
| import random | |
| import sys | |
| import threading | |
| import time | |
| import dpkt | |
| import eventlet | |
| import eventlet.xthread | |
| from eventlet.green import socket |
| """pytest plugin for testing django projects | |
| This plugin handlers creating and destroying the test environment and | |
| database. It is only enabled when DJANGO_SETTINGS_MODULES is set in | |
| either the environment, the ini file or a conftest.py file. In case | |
| of conftest.py files the django modules are only imported at the last | |
| possible moment and it is also possible to test multiple sites | |
| (multiple django settings modules) in one py.test process. | |
| Similar to Django's TestCase, a transaction is started and rolled back |