1 parent bb968da commit 0010b09Copy full SHA for 0010b09
1 file changed
tests/test_unit.py
@@ -11,6 +11,7 @@
11
import unittest
12
13
from nose.tools import (eq_, ok_)
14
+from nose.plugins.attrib import attr
15
16
from github2.core import repr_string
17
from github2.issues import Issue
@@ -45,6 +46,7 @@ class RateLimits(utils.HttpMockTestCase):
45
46
47
"""Test API rate-limitting."""
48
49
+ @attr('slow')
50
def test_delays(self):
51
"""Test call delay is at least one second."""
52
client = Github(requests_per_second=.5)
0 commit comments