#363 Add tox installation step to dev guide tests section
Closed: Fixed 6 years ago Opened 6 years ago by sayaksarkar.

Following the dev-guide trying to run the test script after installing the test-requirements results in a command not found error for tox.

Even, though its a bit basic, adding a "pip install tox" step to the dev-guide might be a good idea.


There is such an instruction at line 205, at what step in the file did you try to run the tests?

Metadata Update from @abompard:
- Issue priority set to: High

6 years ago

I got the error after I ran '$ pip install -r test-requirements.txt' followed by './runtest.sh' after vagrant was provisioned.

Right, tox could be added to the packages installed by ansible when dev_mode is True (around line 20 of ansible/roles/hubs/tasks/main.yml). The package name is python3-tox.

Metadata Update from @sayaksarkar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata