waybackpy/tests
eggplants e61447effd
Format and lint codes and fix packaging (#125)
* add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml)

* add: __download_url__

* format with black and isort

* fix: flake8 section in setup.cfg

* add: E501 to flake ignore

* fix: metadata.name does not accept attr

* fix: merge __version__.py into __init__.py

* fix: flake8 errors in tests/

* fix: datetime.datetime -> datetime

* fix: banner

* fix: ignore W605 for banner

* fix: way to install deps in CI

* add: versem to setuptools

* fix: drop python<=3.6 (#126) from package and CI
2022-02-03 19:13:39 +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 Format and lint codes and fix packaging (#125) 2022-02-03 19:13:39 +05:30
test_cdx_api.py created tests/test_cdx_api.py: added tests for cdx_api.py 2022-01-30 20:03:40 +05:30
test_cdx_snapshot.py Format and lint codes and fix packaging (#125) 2022-02-03 19:13:39 +05:30
test_cdx_utils.py Format and lint codes and fix packaging (#125) 2022-02-03 19:13:39 +05:30
test_save_api.py Format and lint codes and fix packaging (#125) 2022-02-03 19:13:39 +05:30
test_utils.py Format and lint codes and fix packaging (#125) 2022-02-03 19:13:39 +05:30