mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-04 14:07:44 +00:00
updated tests & docstrings of LookupLib
This commit is contained in:
parent
644306bea0
commit
4e4e94091d
19 changed files with 329 additions and 137 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import pytest
|
||||
import tempfile
|
||||
import os
|
||||
|
||||
|
||||
from apikey import APIKEY
|
||||
#
|
||||
# @pytest.fixture()
|
||||
# def cleandir():
|
||||
|
|
@ -44,10 +47,10 @@ def fixNone(request):
|
|||
|
||||
|
||||
|
||||
API_KEY = ""
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def fixApiKey(request):
|
||||
return(API_KEY)
|
||||
return(APIKEY)
|
||||
|
||||
@pytest.fixture(scope="module", params=["clublogapi", "clublogxml", "countryfile"])
|
||||
def fixGeneralApi(request, fixApiKey):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue