What steps will reproduce the problem?
1. hg clone https://code.google.com/p/pysimplesoap/
2. cd pysimplesoap
3. coverage run tests/suite.py
What is the expected output? What do you see instead?
Tests should run, but it ends with:
Traceback (most recent call last):
File "tests/suite.py", line 30, in <module>
test()
File "tests/suite.py", line 13, in test
from tests import afip_tests
File "/Users/matee/Developer/Projects/Private/devel/pysimplesoap/tests/afip_tests.py", line 20, in <module>
from dummy_utils import DummyHTTP, TEST_DIR
File "/Users/matee/Developer/Projects/Private/devel/pysimplesoap/tests/dummy_utils.py", line 6, in <module>
from pysimplesoap.transport import DummyTransport as DummyHTTP
ImportError: No module named transport
Next, if i comment out this one test:
# cut
Ran 17 tests in 4.940s
FAILED (failures=2, errors=7)
Original issue reported on code.google.com by ma...@matee.net on 9 May 2012 at 11:14
Original issue reported on code.google.com by
ma...@matee.net
on 9 May 2012 at 11:14