From b4a7f7ea6fa276f140fab2651ff726f0998cfb87 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 17:47:00 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c1ec1e..33693e0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ print(webpage) ``` > This should print the source code for . +## Tests +* [Here](https://github.com/akamhy/waybackpy/tree/master/tests) + ## Dependency * None, just python standard libraries (json, urllib and datetime). Both python 2 and 3 are supported :)