23192a97fd
added .idea to .gitignore for pycharm pulled tests out of run.py, created adsb_test, ehs_test, and util test moved the rest of runp.py into decode_test_data changed imports and __init__ file so it doesn't contain magic
6 lines
70 B
INI
6 lines
70 B
INI
[tox]
|
|
envlist = py26,py27,py35
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test
|