Skip to content

Commit

Permalink
tests/wsdl package is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Oct 28, 2012
1 parent 36723bc commit 870d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -100,7 +100,7 @@ def finalize_options(self):
def run_tests(self):
print "running tests"
ret = 0
ret = call_pytest('interface','model','protocol','wsdl', 'test_*') or ret
ret = call_pytest('interface', 'model', 'protocol', 'test_*') or ret
ret = call_pytest('interop/test_httprpc.py') or ret
ret = call_pytest('interop/test_soap_client_http.py') or ret
ret = call_pytest('interop/test_soap_client_zeromq.py') or ret
Expand Down

0 comments on commit 870d558

Please sign in to comment.