[docs] Ambiguous development instructions
See original GitHub issueDocumentation for installing the project for development asks the user to clone the project as follows
git clone https://github.com/openwisp/ansible-openwisp2.git openwisp.openwisp2
On the other hand, instructions for running tests in the development environment asks to clone the project as follows:
git clone https://github.com/<your_fork>/ansible-openwisp2.git
I think the former is done to reuse the instructions for creating playbook given for end users while the latter is done to make tests work on Travis since it clones the project with the name of the project.
ansible-openwisp2/molecule/resources/converge.yml
also uses ansible-openwisp2
role instead of openwisp.openwisp2
I followed the first instruction only to find out that the test suite is not running. I had to manually fix above file to run tests.
It will be in the best interest to remove this ambiguity and use the same role for everything.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (8 by maintainers)
Top GitHub Comments
You can go ahead with this @Aryamanz29
Thanks for confirming 👍