[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-199-g136241e

Sandro Tosi morph at debian.org
Sat Jul 30 19:59:39 UTC 2011


The following commit has been merged in the master branch:
commit 63d28e9fa2724e023c1d4931b32335fa0cf6fe28
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Jun 24 21:19:48 2011 +0200

    add 'network' attribute (so it can be skipped in quicktest)

diff --git a/test/test_urlutils.py b/test/test_urlutils.py
index 3afa6ab..73ea469 100644
--- a/test/test_urlutils.py
+++ b/test/test_urlutils.py
@@ -1,9 +1,12 @@
 import unittest2
 
+from nose.plugins.attrib import attr
+
 from reportbug import urlutils
 
 class TestNetwork(unittest2.TestCase):
 
+    @attr('network') #mark the test as using network
     def test_open_url(self):
 
         page = urlutils.open_url('http://bugs.debian.org/reportbug')

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list