Skip to content

Commit 035057f

Browse files
committed
Moved tests higher in the README
1 parent 2d0e827 commit 035057f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ except jwt.InvalidTokenError:
5757
pass # do something sensible here, e.g. return HTTP 403 status code
5858
```
5959

60+
## Tests
61+
62+
You can run tests from the project root after cloning with:
63+
64+
```
65+
$ python tests/test_jwt.py
66+
```
6067

6168
## Algorithms
6269

@@ -92,14 +99,6 @@ When using the ECDSA algorithms, the `key` argument is expected to
9299
be an Elliptic Curve public or private key in PEM format. The type of key
93100
(private or public) depends on whether you are signing or verifying.
94101

95-
## Tests
96-
97-
You can run tests from the project root after cloning with:
98-
99-
```
100-
$ python tests/test_jwt.py
101-
```
102-
103102
## Support of registered claim names
104103

105104
JSON Web Token defines some registered claim names and defines how they should be

0 commit comments

Comments
 (0)