summaryrefslogtreecommitdiff
path: root/tests/test_policy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_policy.py')
-rw-r--r--tests/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py
index f7d41152..f15cf2d1 100644
--- a/tests/test_policy.py
+++ b/tests/test_policy.py
@@ -9,6 +9,7 @@
import apt
import unittest
+
class TestAptPolicy(unittest.TestCase):
def test_apt_policy_lowlevel(self):
@@ -34,6 +35,5 @@ class TestAptPolicy(unittest.TestCase):
pkg.candidate.policy_priority < 1001)
-
if __name__ == "__main__":
unittest.main()