ATHEIST(1) | atheist User Manual | ATHEIST(1) |
NAME¶
atheist - a general prupose test framework.
SYNOPSIS¶
atheist [options] {{directory | file}}
DESCRIPTION¶
atheist allows you to specify the behaviour of your tests in a declarative way using many data structures (such us Tasks, Conditions, Daemons, etc.) and provides detailed statistic results. The main idea is that the programmer may describes the test behaviour in a .test file and atheist runs every tests found. It is possible to check and prepare the system by writting setup and teardown files that are executed after and before each test.
Each test is represented by Task object which have many configuration attributes such us execution delay, termination signal expected and many others. Tasks have pre and post conditions that are been checked at execution time. You may save the test output and compose Conditions objects to assure concrete states of the system during the tests execution.
atheist free all resources used by the user automatically at the end of the execution. See the Atheist manual for more information about data structures and tools provided by the framework.
This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the GNU info(1) format; see below.
OPTIONS¶
-a ARGS, --task-args=ARGS
-b PATH, --base-dir=PATH
-C, --clean-only
-d, --describe
--dirty
-e, --stderr
-f, --out-on-fail
-g, --gen-template
-h, --help
-i LEVEL, --report-detail=LEVEL
-j, --skip-hooks
-k, --keep-going
-l, --list
-r RANDOM, --random=RANDOM
-o, --stdout
-p PATH, --plugin-dir=PATH
-q, --quiet
-s INLINE, --script=INLINE
-t, --time-tag
-u, --until-failure
-v, --verbose
--version
-w WORKERS, --workers=WORKERS
-x COMMAND, --exec=COMMAND
--case-time
--cols=WIDTH
--config=FILE
--disable-bar
--ignore=PATTERN
--log=LOG
--plain
--save-stdout
--save-stderr
--notify-jabber=JABBER
--notify-smtp=MAIL
AUTHOR¶
Cleto Martín <cleto.martin@gmail.com>
COPYRIGHT¶
Copyright © 2009 Cleto Martín
This manual page was written 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 3 or (at your option) 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-3.
02/24/2019 | atheist |