Aggiunto un test primitivo

Leonardo Robol [2009-10-26 17:21]
Aggiunto un test primitivo
Filename
test/test_1.py
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")
+
ViewGit