view doc/procs/00.tests.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 2822100d8b42
line wrap: on
line source

Irccd test plan
===============

Use this file to test irccd in several ways where it can not be unit tested.

Template:

Action:
Expected:
Status:
Remarks:

Status:

  - Ok,
  - Incorrect.

# Irccd command line options

Action: -f must run in foreground and override configuration file (*)
Expected: irccd does not go to background
Status:
Remarks:

Action: -v must enable more messages
Expected: more messages appear
Status:
Remarks:

Action: -c must use the specified configuration file
Expected: irccd loads the specified file
Status:
Remarks:

(*) has no effect on Windows.