Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
523e679d
Commit
523e679d
authored
Jun 11, 2013
by
Michal 'vorner' Vaner
Browse files
[2922] Method docs update.
parent
e12bb75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/msgq/tests/msgq_run_test.py
View file @
523e679d
...
...
@@ -282,7 +282,10 @@ class MsgqRunTest(unittest.TestCase):
common unit tests in msgq_test.py.
The test is here, because there might be some trouble with multiple
threads in msgq which would be hard to test using pure unit tests.
threads in msgq (see the note about locking on the module CC session
when sending message from one thread and listening for commands in the
other) which would be hard to test using pure unit tests. Testing
runnig whole msgq tests that implicitly.
"""
conn
=
self
.
__get_connection
()
# Activate the session, pretend to be the config manager.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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