From 496baf7f2ff218826f66a3597f05fade4d30b554 Mon Sep 17 00:00:00 2001 From: Pravin Agre Date: Sun, 18 Jun 2017 22:07:55 +0530 Subject: [PATCH 1/3] Changes --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 1da1fd27..7fc30911 100644 --- a/test.py +++ b/test.py @@ -3,7 +3,7 @@ from stem.connection import connect if __name__ == '__main__': - controller = connect("agrepravin") + controller = connect("Narayanan123") if not controller: sys.exit(1) # unable to get a connection From 65735ac8477642c3d5cc848f7b20a1734e50c901 Mon Sep 17 00:00:00 2001 From: Pravin Agre Date: Sun, 18 Jun 2017 22:33:58 +0530 Subject: [PATCH 2/3] added test 2nd --- modules/__pycache__/getemails.cpython-35.pyc | Bin 802 -> 802 bytes .../__pycache__/getweblinks.cpython-35.pyc | Bin 628 -> 758 bytes modules/getemails.py | 1 - modules/getweblinks.py | 37 +++++++++++------- tests/test_getemails.py | 4 +- tests/test_getweblinks.py | 24 ++++++++++++ 6 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 tests/test_getweblinks.py diff --git a/modules/__pycache__/getemails.cpython-35.pyc b/modules/__pycache__/getemails.cpython-35.pyc index d07f35bb9caa91d006af5cacd661f6dc25ee6320..7ed24256bffcff36c49614e06c273e6414dbfa18 100644 GIT binary patch delta 94 zcmZ3)wup^WjF*?|+eWv@ppBgJOpH;JHJMx(1t#Y)`7^Rk-p8bEDa63QpvhFk2BeBW e>>>eFLJ-Kk#bJ}1pHiBWYR3rV6*B<|9u@$eN)avq delta 94 zcmZ3)wup^WjF*?Itj8^~a3iNY6XUJPnoKT?f|K)@{2AFM?_<)o6lP#x&}1rN15!mG dc99?|Aq3>!;;_lhPbtkwwPOPEia`Vq3jmmG5itM& diff --git a/modules/__pycache__/getweblinks.cpython-35.pyc b/modules/__pycache__/getweblinks.cpython-35.pyc index e70d7b13cbbf7713f52906fe8344aeb1cfa03f20..36599bc7c93db55a8142109a03e604c43d91d690 100644 GIT binary patch literal 758 zcmaJljA6#mY39M@_}5l|2y;Wb0+r7RU76rxU$C6yu~RgoKC8Yj-#+?{C?B@5-x zu))7zX1o;^W;Q0?B~&U4=X>wI_uhBk-IH&x(FlKhIez=g0lwqLpcpU7)MIifO@&!yDL!;;Ft)P+2|KI(g8 ztxJQ&?H)fdyJ>&B{#t+6X_tybK{!DQ1B?4E)jmPqp&$Ia6_1MSV{-HE|TAzOux*UL#fE7B_GDyAEegw;|9<=g}mzqWyWJ1Qavw#6PX zpY5?*Y@5Da$8$pVkcF(lc9`eLd&Frv(r#Ge^<{3jyHqg2v(14o?E6&qS#NuP03V0B AcmMzZ delta 390 zcmYjNO-sW-5PiG(C={ZeViklOijtd0FM?>Pw}RwQ6iU!0YCcSCcEutIJ?PQf{sO^Y zRnUunK|DJfJ#?6PJM-r4%(6e$x4Cc~r@P-9o*Nwa!irIiBMRXXM8E|hL&WhyIVA=H z-+bzy#?rgYbFVCtvhebx$b@%Ym3N-JjlIYCN+dF#G8&=H`i~Pj#XG^x0%#cKBh*0J zZg^%GOb*d-)EsHMk*LN%ZRlrY1}ax?r!uoq1*jQP5*r{Ho4Ft#OVXMxp)(88gtWAh zG~}CFsyp^>E1LIoZ!paP;p1W<2$Yp+_TY~=H0Ck&%<8ip-VImE8On)>7}x7jaGw? Date: Sun, 18 Jun 2017 22:38:04 +0530 Subject: [PATCH 3/3] travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53853297..aa820c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,4 @@ install: - pip3 install bs4 script: - python3 test_getemails.py + - python3 test_getweblinks.py