Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eric4_unittest(1) [debian man page]

ERIC4_UNITTEST(1)					      General Commands Manual						 ERIC4_UNITTEST(1)

NAME
eric4_unittest - a GUI for displaying Python unit test results SYNOPSIS
eric4_unittest [options] files... DESCRIPTION
This manual page documents briefly the eric4_unittest command. This manual page was written for the Debian distribution because the origi- nal program does not have a manual page. eric4_unittest is GUI to interactively execute unit tests for Python projects and display the test results (successes, failures, etc). It is a part of the eric4 IDE but can be used as a standalone application as well. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h, --help Show summary of options. -v, --version Show version of program. SEE ALSO
eric4(1), eric4_api(1), eric4_compare(1), eric4_configure(1), eric4_diff(1), eric4_doc(1), eric4_editor(1), eric4_helpviewer(1), eric4_iconeditor(1), eric4_plugininstall(1), eric4_pluginrepository(1), eric4_pluginuninstall(1), eric4_qregexp(1), eric4_re(1), eric4_sql- browser(1), eric4_tray(1), eric4_trpreviewer(1), eric4_uipreviewer(1), eric4_webbrowser(1) AUTHOR
This manual page was written by Torsten Marek <shlomme@gmx.net>, for the Debian project (but may be used by others). January 31, 2010 ERIC4_UNITTEST(1)

Check Out this Related Man Page

CELERYCTL(1)						      General Commands Manual						      CELERYCTL(1)

NAME
celeryinit -- Celery Management Utility SYNOPSIS
celeryinit DESCRIPTION
This manual page documents briefly the celeryinit command. This manual page was written for the Debian distribution because the original program does not have a manual page. celeryinit is a command line utility to inspect and manage worker nodes. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -q --quiet TODO --conf Celery config module name (default: celeryconfig). --loader Celery loaders module name (default: default). -C --no-color Don't colorize output. COMMANDS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. status List active nodes in this cluster. result Show the result of a task. inspect active Show all the tasks that are currently being executed. inspect scheduled Show all the tasks reserved by the worker because they have the eta or countdown argument set. inspect reserved Show all tasks that have been prefetched by the worker, and is currently waiting to be executed (does not include tasks with an eta). inspect revoked List history of revoked tasks. inspect registered_tasks List registered tasks. inspect states Show worker statistics. inspect enable_events Enable events. inspect disable_events Disable events. SEE ALSO
celeryd (1), celerybeat (1), celeryev (1). AUTHOR
This manual page was written by fladi FladischerMichael@fladi.at for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CELERYCTL(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Gui?

Do you guys work with Python? I'm just learning now but GUI seems like a way cool program it is just really wierd... I have version 4.2. you can download it for free off the site... (0 Replies)
Discussion started by: Blacidic
0 Replies

2. Windows & DOS: Issues & Discussions

Redirect command prompt in C WinAPI

Anyone has a clue how to redirect the commands sent to cmd via a C WinAPI program? What I'm doing is a C WinAPI GUI program the FORM have a richtextbox that'll be read-only and some test options are offered like "all, ping, netstat, ipconfig, traceroute...) and when these tests are running I... (2 Replies)
Discussion started by: Jess83
2 Replies