~jeffmarcom/checkbox/accelerometer_test_fix

« back to all changes in this revision

Viewing changes to plainbox/plainbox/impl/commands/selftest.py

  • Committer: Tarmac
  • Author(s): Zygmunt Krynicki
  • Date: 2013-02-26 13:25:24 UTC
  • mfrom: (1939.2.17 launchpad/docs)
  • Revision ID: tarmac-20130226132524-kk2t36k3lrkzajkj
"[r=zkrynicki][bug=][author=zkrynicki] automatic merge by tarmac"

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# along with Checkbox.  If not, see <http://www.gnu.org/licenses/>.
20
20
 
21
21
"""
22
 
plainbox.impl.commands.selftest
23
 
===============================
24
 
 
25
 
Internal implementation of plainbox
26
 
 
27
 
 * THIS MODULE DOES NOT HAVE STABLE PUBLIC API *
 
22
:mod:`plainbox.impl.commands.selftest` -- selftest sub-command
 
23
==============================================================
 
24
 
 
25
.. warning::
 
26
 
 
27
    THIS MODULE DOES NOT HAVE STABLE PUBLIC API
28
28
"""
29
29
from unittest.runner import TextTestRunner
30
30