merge in watterso_setup_automated_testing
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
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
from __future__ import absolute_import, print_function, division
|
||||
|
||||
from .util import *
|
||||
from . import adsb
|
||||
from . import ehs
|
||||
|
||||
@@ -18,8 +18,7 @@ A python package for decoding ABS-D messages.
|
||||
"""
|
||||
|
||||
import math
|
||||
from . import util
|
||||
from .util import crc
|
||||
from pyModeS import util
|
||||
|
||||
|
||||
def df(msg):
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
A python package for decoding ModeS (DF20, DF21) messages.
|
||||
"""
|
||||
|
||||
from . import util
|
||||
from .util import crc
|
||||
from pyModeS import util
|
||||
from pyModeS.util import crc
|
||||
|
||||
|
||||
def df(msg):
|
||||
|
||||
Reference in New Issue
Block a user