aprs-python/tests
Rossen Georgiev e0a71de244 rotated base91 telemetry bits in output; v0.6.35
The least significant bit is now at the begining.
This makes accessing the char array more intuative as the first bit will
be first in the array (e.g. bits[0] instead of bits[7])
2015-01-11 17:30:09 +00:00
..
__init__.py added test suite for base91 module 2014-12-01 20:24:22 +00:00
test_IS.py added 'sendall' method to IS + tests 2014-12-31 20:18:07 +00:00
test_base91.py renamed to aprslib due to name collision on pypi 2014-12-18 17:34:10 +00:00
test_exceptions.py renamed to aprslib due to name collision on pypi 2014-12-18 17:34:10 +00:00
test_parse_comment_telemetry.py rotated base91 telemetry bits in output; v0.6.35 2015-01-11 17:30:09 +00:00
test_parse_header.py renamed to aprslib due to name collision on pypi 2014-12-18 17:34:10 +00:00
test_passcode.py added pass generation function 2014-12-30 17:35:16 +00:00