Closed davisc closed 7 years ago
user@ip:/srv/git/registry-master$ python -c "from test_registry import construct_payload; print construct_payload(records_number=10) > payload.xml Traceback (most recent call last): File "", line 1, in File "test_registry.py", line 2, in import pytest ImportError: No module named pytest
Those modules are automatically installed after you run:
python setup.py test
user@ip:/srv/git/registry-master$ python -c "from test_registry import construct_payload; print construct_payload(records_number=10) > payload.xml Traceback (most recent call last): File "", line 1, in
File "test_registry.py", line 2, in
import pytest
ImportError: No module named pytest