mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
corrected negative longitude problem and added clublog user lookup
This commit is contained in:
parent
2c37f422e1
commit
dd6784ae09
15 changed files with 203 additions and 61 deletions
|
|
@ -66,12 +66,18 @@ def fixCountryFile(request):
|
|||
Lib = LookupLib("countryfile")
|
||||
return(Lib)
|
||||
|
||||
@pytest.fixture(scope="module", params=["clublogapi", "clublogxml", "countryfile"])
|
||||
@pytest.fixture(scope="module", params=["clublogxml", "countryfile"])
|
||||
def fix_callinfo(request, fixApiKey):
|
||||
lib = LookupLib(request.param, fixApiKey)
|
||||
callinfo = Callinfo(lib)
|
||||
return(callinfo)
|
||||
|
||||
# @pytest.fixture(scope="module", params=["clublogapi", "clublogxml", "countryfile"])
|
||||
# def fix_callinfo(request, fixApiKey):
|
||||
# lib = LookupLib(request.param, fixApiKey)
|
||||
# callinfo = Callinfo(lib)
|
||||
# return(callinfo)
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def fix_redis():
|
||||
import redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue