summaryrefslogtreecommitdiffstats
path: root/testsuite/common.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-03 08:57:51 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-03 08:57:53 -0400
commite712ffa26c7d46cc2ef83f4816016bc68cd51a3a (patch)
tree164204cc8a9534b8fba9048954b5ef88aeed4728 /testsuite/common.py
parentc21167209f26a62fc509a4f5798cb9e2acb15405 (diff)
downloadbcfg2-e712ffa26c7d46cc2ef83f4816016bc68cd51a3a.tar.gz
bcfg2-e712ffa26c7d46cc2ef83f4816016bc68cd51a3a.tar.bz2
bcfg2-e712ffa26c7d46cc2ef83f4816016bc68cd51a3a.zip
testsuite: removed obsolete can_skip variable
This was needed when we implemented skipping ourselves in a hackish way; with unittest2, skipping is implemented correctly, so tests can always be skipped
Diffstat (limited to 'testsuite/common.py')
-rw-r--r--testsuite/common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/common.py b/testsuite/common.py
index c59444fad..04c446f67 100644
--- a/testsuite/common.py
+++ b/testsuite/common.py
@@ -112,9 +112,6 @@ else:
return codecs.unicode_escape_decode(s)[0]
-can_skip = True
-
-
class Bcfg2TestCase(TestCase):
""" Base TestCase class that inherits from
:class:`unittest.TestCase`. This class adds