Esempio n. 1
0
	def test_get_edit_url(self):
    	a = Article()
    	self.assertEqual(a.get_edit_url(), '/article/edit/' + str(a.id) + '/')