summaryrefslogtreecommitdiffstats
path: root/public/tests.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-01 19:04:41 -0600
committerDan McGee <dan@archlinux.org>2010-04-18 23:27:27 -0500
commitec59440262596a03e2b374f96d24e295df56c9b8 (patch)
tree999a6f3bf90ebbedafdff38734c60ece35b2fb87 /public/tests.py
parentd9e4a36fc96f7a0dd4b455189ee2ed45db005966 (diff)
downloadarchweb-ec59440262596a03e2b374f96d24e295df56c9b8.tar.gz
archweb-ec59440262596a03e2b374f96d24e295df56c9b8.zip
Remove Arch-Based Projects
Add a link to the wiki instead. Also remove ExternalProject model and associated dealings. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public/tests.py')
-rw-r--r--public/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/tests.py b/public/tests.py
index 022560b2..565d57ec 100644
--- a/public/tests.py
+++ b/public/tests.py
@@ -35,6 +35,3 @@ class PublicTest(TestCase):
response = self.client.get('/download/')
self.assertEqual(response.status_code, 200)
- def test_projects(self):
- response = self.client.get('/projects/')
- self.assertEqual(response.status_code, 200)