Skip to content

Commit

Permalink
MP Disable tests requiring wsdl
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogis committed Jan 2, 2024
1 parent 504599a commit 93b840b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/web_service_spec.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import responses
import primestg
from primestg.service import Service
from zeep.exceptions import TransportError

with description('Web services run'):
with before.all:
# Only if NDA wsdl available
if not primestg.get_data('WS_DC.wsdl'):
exit(0)
self.s = Service(1, 'http://cct.gisce.lan:8080/')

with it('asking for S02 report with mocked connection'):
Expand Down

0 comments on commit 93b840b

Please sign in to comment.