Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
2132c311
Commit
2132c311
authored
Mar 18, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: mark some tests as skipped
parent
f241eac5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/responder_test.py
tests/responder_test.py
+4
-0
No files found.
tests/responder_test.py
View file @
2132c311
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment