-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems to be working on Windows 10 #235
Comments
Tested with Windows Server 2012 R2:
|
Use with --skip_term_colors |
There is one more trick that may be needed. Switch windows console to Unicode with:
Or you may get errors like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I've managed to run it under Windows 10 & Server 2012 R2.
Installation is straightforward:
pip install pyresttest
from admin command lineRunning is easy too:
python c:\python35\scripts\pyresttest --skip_term_colors http://foo bar.yml
If you get errors like:
'charmap' codec can't encode characters in position 25-29: character maps to <undefined>
Switch windows console to Unicode with:
The text was updated successfully, but these errors were encountered: