junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
529 stars 151 forks source link

merge in watterso_setup_automated_testing #7

Closed watterso closed 7 years ago

watterso commented 7 years ago

Hi, I forked this a couple months ago and I'm finally getting around to merging in some of my changes. As you'll see in my changes listed below, the biggest thing I did was split apart tests/run.py into multiple files so that the tests are more organized. The second thing I did was include a tox.ini file that runs tests with pytest in multiple environments (python2.6,2.7,3.5) using tox. Love to get your feedback and I promise my pull request messages will be more brief in the future! James

Changes Made

added .idea to .gitignore for pycharm pulled tests out of run.py, created adsb_test, ehs_test, and util test moved the rest of run.py into decode_test_data.py changed imports and init file so it doesn't contain magic

watterso commented 7 years ago

@junzis can you take a look at my changes and let me know what you think?