Skip to content

Commit 51e05e3

Browse files
committed
Add testing instructions to main README
1 parent bd49305 commit 51e05e3

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can get a feel of how to use the websocket server by running
2222
Then just open `client.html` in your browser and you should be able to send and receive messages.
2323

2424

25-
Using in your project
25+
Installation
2626
=======================
2727

2828
You can use the project in three ways.
@@ -34,6 +34,14 @@ You can use the project in three ways.
3434
For coding details have a look at the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example and the [API](https://github.com/Pithikos/python-websocket-server#api).
3535

3636

37+
Testing
38+
=======
39+
40+
Run all tests
41+
42+
tox
43+
44+
3745
API
3846
=======================
3947

tests/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)