waybackpy/tests
Akash Mahanty 97f8b96411
added docstrings, added some static type hints and also lint. (#141)
* added docstrings, added some static type hints and also lint.

* added doc strings and changed some internal variable names for more clarity.

* make flake8 happy

* add descriptive docstrings and type hints in waybackpy/cdx_snapshot.py

* remove useless code and add docstrings and also lint using pylint.

* remove unwarented test

* added docstrings, lint using pylint and add a raise on 509 SC

* added docstrings and lint with pylint

* lint

* add doc strings and lint

* add docstrings and lint
2022-02-07 19:40:37 +05:30
..
__init__.py Make modules imprtable as part of a Python package, waybackpy by creating __init__.py file in tests 2022-01-23 02:14:38 +05:30
test_availability_api.py Typing (#128) 2022-02-05 03:23:36 +09:00
test_cdx_api.py Typing (#128) 2022-02-05 03:23:36 +09:00
test_cdx_snapshot.py Typing (#128) 2022-02-05 03:23:36 +09:00
test_cdx_utils.py added docstrings, added some static type hints and also lint. (#141) 2022-02-07 19:40:37 +05:30
test_save_api.py Typing (#128) 2022-02-05 03:23:36 +09:00
test_utils.py Typing (#128) 2022-02-05 03:23:36 +09:00