summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-08 14:18:01 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-08 14:18:01 +0200
commit4cdf4058aff5ac4fb044e09e3f4e5f82d1ddaf7c (patch)
tree742a0ba96547ce74543fda1956dd906cd9f52b0a
parent65f76c0311901f2e8c77a8f6a719d340d227d017 (diff)
downloadpsutil-4cdf4058aff5ac4fb044e09e3f4e5f82d1ddaf7c.tar.gz
add doc
-rwxr-xr-xpsutil/tests/test_windows.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/psutil/tests/test_windows.py b/psutil/tests/test_windows.py
index e781d1b7..6a18311e 100755
--- a/psutil/tests/test_windows.py
+++ b/psutil/tests/test_windows.py
@@ -191,6 +191,7 @@ class TestSystemAPIs(unittest.TestCase):
self.assertLessEqual(diff, 2)
def test_boot_time_fluctuation(self):
+ # https://github.com/giampaolo/psutil/issues/1007
with mock('psutil._pswindows.cext.boot_time', return_value=5):
self.assertEqual(psutil.boot_time(), 5)
with mock('psutil._pswindows.cext.boot_time', return_value=4):