Re: [ansible-project] pytest error message

2017-11-02 Thread Toshio Kuratomi
How are you arranging for ansible to be in your PYTHONPATH? -Toshio On Nov 2, 2017 5:58 AM, "Jae Kim" wrote: > Hi > > > > When I run the following command > > > > pytest -r a -fulltrace --color yest my_new_test_module.py > > > > I get the following error message. > > > >

[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