Skip to content

Websocket test client written with pyQt + asyncio

License

Notifications You must be signed in to change notification settings

yashBhosale/pystman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pystman

A Python websocket test client with support for HTTP Basic Access Authentication

How to set up:

pip install -r requirements.txt
python3 pystman.py

How to use:

  • Put the url (with the port) in the top bar, e.g. ws://localhost:80
  • If you're using HTTP Basic Access Auth, put the username and password into the next two text boxes.
  • Hit connect
  • While connected:
    • put in your input in the text box at the bottom
    • responses will show up in the text box above your input text box
    • To disconnect, hit disconnect.

Goals for this project, if I have the motivation to do them.

  • automated testing
  • Http requests

About

Websocket test client written with pyQt + asyncio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages