Skip to content

Commit b7c0c13

Browse files
committed
initial tests with vectors for pyseto remake
1 parent eabf110 commit b7c0c13

3 files changed

Lines changed: 409 additions & 456 deletions

File tree

tests/test_api_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from calendar import timegm
44
from datetime import datetime, timedelta, timezone
55

6-
sys.path.append(__file__.replace('\\', '/').rsplit("/", 2)[0])
6+
sys.path.append(__file__.replace('\\', '/').rsplit('/', 2)[0])
77

88
import webtoken as jwt
99
from webtoken import base64url_encode, base64url_decode, generate_key_pair

0 commit comments

Comments
 (0)