I hereby claim:
- I am kb1lqc on github.
- I am brycesalmi (https://keybase.io/brycesalmi) on keybase.
- I have a public key ASClW69E7vVtsC0azIJqOHU40xlUumL_pFq9wiEll7GjbQo
To claim this, I am signing this object:
| $ pytest tests/ | |
| ============================= test session starts ============================== | |
| platform linux -- Python 3.5.5, pytest-3.3.0, py-1.5.2, pluggy-0.6.0 | |
| rootdir: /home/travis/build/FaradayRF/faradayio, inifile: | |
| collected 33 items | |
| tests/test_serial.py ................................. [100%] | |
| ========================== 33 passed in 0.25 seconds =========================== | |
| The command "pytest tests/" exited with 0. |
| import pytest | |
| import sliplib | |
| import string | |
| from faradayio import faraday | |
| from tests.serialtestclass import SerialTestClass | |
| def test_socketOne(): | |
| """Simple test to make sure loopback serial port created successfully""" |
| # Testing serial ports | |
| # Import modules | |
| import serial | |
| class SerialTestClass(object): | |
| """A mock serial port test class""" | |
| def __init__(self): | |
| """Creates a mock serial port which is a loopback object""" |
I hereby claim:
To claim this, I am signing this object:
| Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect | |
| Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect | |
| Config variable 'Py_UNICODE_SIZE' is unset, Python ABI tag may be incorrect | |
| Collecting faraday | |
| 1 location(s) to search for versions of faraday: | |
| * https://pypi.python.org/simple/faraday/ | |
| Getting page https://pypi.python.org/simple/faraday/ | |
| Analyzing links from page https://pypi.python.org/simple/faraday/ | |
| Found link https://pypi.python.org/packages/5a/75/01f2f5caac295298eb7eb73e74c043ebfcc23146ff73cb48b70b1b3b0a90/faraday-0.0.1.tar.gz#md5=a88da6253618c6040e4e97e69f90f8e9 (from https://pypi.python.org/simple/faraday/), version: 0.0.1 | |
| Skipping link https://pypi.python.org/packages/83/4b/15f5b0347e3491d184775784f809ee9d99c31ccd503a9ca38b287270d0a4/faraday-0.0.1-py2.7.egg#md5=cf5e5a40bb3cf583f4213bbe3c0f7e78 (from https://pypi.python.org/simple/faraday/); unsupported archive format: .egg |