|
@@ -6,14 +6,14 @@ PEERDIR(
|
|
|
)
|
|
|
|
|
|
TEST_SRCS(
|
|
|
- __init__.py
|
|
|
- test_compat.py
|
|
|
- test_encoding.py
|
|
|
- test_jws.py
|
|
|
- test_serializer.py
|
|
|
- test_signer.py
|
|
|
- test_timed.py
|
|
|
- test_url_safe.py
|
|
|
+ test_itsdangerous/__init__.py
|
|
|
+ test_itsdangerous/test_compat.py
|
|
|
+ test_itsdangerous/test_encoding.py
|
|
|
+ test_itsdangerous/test_jws.py
|
|
|
+ test_itsdangerous/test_serializer.py
|
|
|
+ test_itsdangerous/test_signer.py
|
|
|
+ test_itsdangerous/test_timed.py
|
|
|
+ test_itsdangerous/test_url_safe.py
|
|
|
)
|
|
|
|
|
|
NO_LINT()
|