svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

pyresttest: error: no such option: -r #310

Closed hktalent closed 4 years ago

hktalent commented 4 years ago
$ ls weblogic*.yml|xargs -I % bash -c "pyresttest 'http://192.168.26.79:7001' % --url=http://192.168.26.79:7001"
Usage: pyresttest base_url test_filename.yaml [options]

pyresttest: error: no such option: -r
Usage: pyresttest base_url test_filename.yaml [options]

pyresttest: error: no such option: -r
Usage: pyresttest base_url test_filename.yaml [options]

pyresttest: error: no such option: -r
Usage: pyresttest base_url test_filename.yaml [options]
hktalent commented 4 years ago
 `which ls` weblogic*.yml|xargs -I % bash -c "echo %;pyresttest 'http://192.168.26.79:7001' % --url=http://192.168.26.79:7001"

$ alias |grep ls
alias ls='ls -lahS '