From 5a91df6002dd9f3d1602428d6bd437b8bf1881f5 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Mon, 26 Oct 2009 18:21:11 +0100 Subject: [PATCH] Aggiunto un test primitivo --- test/test_1.py | 7 +++++++ test/test_1.py~ | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 test/test_1.py create mode 100644 test/test_1.py~ diff --git a/test/test_1.py b/test/test_1.py new file mode 100644 index 0000000..ca80316 --- /dev/null +++ b/test/test_1.py @@ -0,0 +1,7 @@ +import sys +sys.path.append("../") +import spidy + +print " => Provo ad ottenere i link di www.robol.it" +print spidy.get_links("http://www.robol.it") + diff --git a/test/test_1.py~ b/test/test_1.py~ new file mode 100644 index 0000000..deebbd9 --- /dev/null +++ b/test/test_1.py~ @@ -0,0 +1,5 @@ +import ../spidy + +print "Provo ad ottnere i link di www.robol.it" +print spidy.get_links("http://www.robol.it") + -- 2.1.4