added qrz.com and callsign exception file

This commit is contained in:
dh1tw 2015-04-06 20:00:30 +02:00
parent c037bcee71
commit 63eb9a2447
31 changed files with 1061 additions and 233 deletions

View file

@ -7,7 +7,6 @@ from pyhamtools.qsl import get_eqsl_users
class Test_eqsl_methods:
def test_check_content_with_mocked_http_server(self, httpserver):
httpserver.serve_content(open('./fixtures/eqsl_data.html').read(), headers={'content-type': 'text/plain; charset=ISO-8859-1'})