[ansible-project] Re: PyCharm & Modules

2017-11-29 Thread Jae Kim
Is there a way to debug without having to purchase the professional version of Pycharm? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-project] Re: pytest arugment error

2017-11-06 Thread Jae Kim
> > I had executed > > > . hacking/env-setup > > And then I executed pytest -r a --fulltrace --color yes ./mymoduletest/my_new_test_module.py = test session starts == platform linux -- Python 3.4.5, pytest-3.2.3,

[ansible-project] Re: pytest error message

2017-11-05 Thread Jae Kim
$PYTHONPATH is empty. Should this be filled in with something? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] Re: pytest arugment error

2017-11-05 Thread Jae Kim
It is a single step. I was following instructions from http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#unit-testing -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

[ansible-project] Re: Ansible Unit Test installation error

2017-11-05 Thread Jae Kim
The command follows the step described in the Ansible documentation http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#unit-testing On Thursday, November 2, 2017 at 7:42:51 PM UTC+9, Jae Kim wrote: > > When I run the following command > > pip3 insta

[ansible-project] pytest arugment error

2017-11-02 Thread Jae Kim
Hi Following the command in this manual http://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html When I run the following command pytest -r a --cov=. --cov-report=html --fulltrace --color yes test/units/modules/.../test/my_new_test_module.py the follow

[ansible-project] pytest error message

2017-11-02 Thread Jae Kim
Hi When I run the following command pytest -r a -fulltrace --color yest my_new_test_module.py I get the following error message. = test session starts == platform linux -- Python 3.4.5, pytest-3.2.3, py-1.4.34, pluggy-0.4.0

[ansible-project] Ansible Unit Test installation error

2017-11-02 Thread Jae Kim
When I run the following command pip3 install -r ./test/runner/requirements/units.txt The softwares get installed but in the setup steps I get the following error failed with error code 1 in /tmp/pip-build- /pycrypto Also is there a way to skip already successfully run steps and jump to the

[ansible-project] Git clone the development version of Ansible

2017-10-31 Thread Jae Kim
/ansible.git@devel <https://github.com/ansible/ansible.git@devel> But I got the following error message fatal: Unable to find remote helper for 'git+https' Thanks Jae Kim -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe