From 208d276e21daeb0976f749f7c2deeab58bd2dd95 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 22 Feb 2014 19:04:52 +0100 Subject: tests/test_policy.py: Fix comment to conform to PEP8 --- tests/test_policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_policy.py') diff --git a/tests/test_policy.py b/tests/test_policy.py index 27d69e4b..e9ea151f 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py @@ -13,7 +13,7 @@ import unittest class TestAptPolicy(unittest.TestCase): def test_apt_policy_lowlevel(self): - return # TODO: Make tests independent of system state + return # TODO: Make tests independent of system state # get a policy cache = apt.Cache() policy = cache._depcache.policy @@ -30,7 +30,7 @@ class TestAptPolicy(unittest.TestCase): self.assertTrue(policy.get_priority(pkgfile) < 1001) def test_apt_policy_highlevel(self): - return # TODO: Make tests independent of system state + return # TODO: Make tests independent of system state cache = apt.Cache() pkg = cache["apt"] self.assertTrue(pkg.candidate.policy_priority > 1 and -- cgit v1.2.3