NOTICE: This package has been removed from pkgsrc

./devel/kyua-testers, Kyua (automated testing framework) - Testers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3, Package name: kyua-testers-0.3, Maintainer: jmmv

Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds. The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.


Required to run:
[devel/atf]


Package options: tests

Master sites:

SHA1: 0f347efa73de306539363d36c8435571bfa31f7f
RMD160: 48c88d9341cd5910661d641727da75f14cb7cfbf
Filesize: 181.415 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-08 16:29:53 by Julio Merino | Files touched by this commit (2)
Log message:
Update kyua-testers to 0.3:

Experimental version released on August 8th, 2014.

* Made the testers set a "sanitized" value for the HOME environment
  variable where, for example, consecutive and trailing slashes have
  been cleared.  Mac OS X has a tendency to append a trailing slash to
  the value of TMPDIR, which can cause third-party tests to fail if they
  compare ${HOME} with $(pwd).

* Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test
  cases reported as TODO or SKIP as passed; handle skip plans; ignore
  lines that look like "ok" and "not ok" but aren't results; \ 
and handle
  test programs that report a pass but exit with a non-zero code.
   2014-02-08 16:59:30 by Julio Merino | Files touched by this commit (7)
Log message:
Depend on atf 0.20 (not atf-libs) and bump PKGREVISION.
   2013-12-08 02:21:12 by Julio Merino | Files touched by this commit (3)
Log message:
Update to 0.2:

Experimental version released on December 7th, 2013.

* Issue 74: Added the kyua-tap-tester, a new backend to interact with
  test programs that comply with the Test Anything Protocol.

* Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which
  first appeared in Automake 1.11.2.  Fixes a problem in Ubuntu 10.04
  LTS, which appears stuck in 1.11.1.

* Issue 24: Improve test case isolation by confining the tests to their
  own session instead of just to their own process group.
   2013-02-19 06:29:16 by Julio Merino | Files touched by this commit (5) | Imported package
Log message:
Initial import of kyua-testers, version 0.1:

Kyua (pronounced Q.A.) is a testing framework for both developers and
users.  Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else.  There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds.  The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.