Here's the trace I received when attempting to execute newman from outside of project root:
(venv)malcolm@ubuntu:~/projects/hinge$ newman
Traceback (most recent call last):
File "/home/malcolm/projects/hinge/venv/bin/newman", line 8, in
load_entry_point('newman==0.6.7', 'console_scripts', 'newman')()
File "/home/malcolm/projects/hinge/venv/local/lib/python2.7/site-packages/newman/core.py", line 223, in main
args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'
Here's the trace I received when attempting to execute newman from outside of project root:
(venv)malcolm@ubuntu:~/projects/hinge$ newman
Traceback (most recent call last):
File "/home/malcolm/projects/hinge/venv/bin/newman", line 8, in
load_entry_point('newman==0.6.7', 'console_scripts', 'newman')()
File "/home/malcolm/projects/hinge/venv/local/lib/python2.7/site-packages/newman/core.py", line 223, in main
args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'