Commit 2132c311 authored by David Wilson's avatar David Wilson

tests: mark some tests as skipped

parent f241eac5
......@@ -79,15 +79,19 @@ class BrokenModulesTest(unittest2.TestCase):
class BlacklistTest(unittest2.TestCase):
@unittest2.skip('implement me')
def test_whitelist_no_blacklist(self):
assert 0
@unittest2.skip('implement me')
def test_whitelist_has_blacklist(self):
assert 0
@unittest2.skip('implement me')
def test_blacklist_no_whitelist(self):
assert 0
@unittest2.skip('implement me')
def test_blacklist_has_whitelist(self):
assert 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment