From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] A unit-testing prototype
Date: Mon, 26 May 2008 02:47:10 -0700 [thread overview]
Message-ID: <20080526094710.GB11722@comet> (raw)
[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]
Hi everyone,
A while back, vapier added some tests for the toolchain-funcs eclass to
/usr/portage/eclass/tests/. I really like the idea, and I recently
discovered an xUnit-style unit-testing framework for shell scripts
called ShUnit2. I played with it a little and made a couple of
prototypes. Take a look and see what you think.
To get started:
layman -f -o http://gechi-overlay.sf.net/layman.xml -a gechi
emerge shunit2
sed -i -e "/^__SHUNIT_SHELL_FLAGS/s:u::g" /usr/share/shunit2/shunit2
Download the attached files to /usr/portage/eclass/tests, make 'em
executable and run 'em. The output looks something like this:
donnie@comet $ ./toolchain-funcs-shunit.sh
#
# Performing tests
#
test-tc-arch-kernel
test-tc-arch
#
# Test report
#
tests passed: 71 100%
tests failed: 0 0%
tests skipped: 0 0%
tests total: 71 100%
donnie@comet $ ./x-modular-shunit.sh
#
# Performing tests
#
test-x-modular_specs_check
test-x-modular_dri_check
ASSERT:DRIVER='yes' IUSE='dri' USE='dri' BUILT_WITH='yes'
test-x-modular_server_supports_drivers_check
ASSERT:DRIVER='yes' HAS_VER='yes' BUILT_WITH='yes'
#
# Test report
#
tests passed: 28 93%
tests failed: 2 7%
tests skipped: 0 0%
tests total: 30 100%
What do you think?
Thanks,
Donnie
[-- Attachment #2: toolchain-funcs-shunit.sh --]
[-- Type: application/x-sh, Size: 1733 bytes --]
[-- Attachment #3: x-modular-shunit.sh --]
[-- Type: application/x-sh, Size: 5696 bytes --]
[-- Attachment #4: tests-common.sh --]
[-- Type: application/x-sh, Size: 850 bytes --]
next reply other threads:[~2008-05-26 9:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-26 9:47 Donnie Berkholz [this message]
2008-06-12 7:48 ` [gentoo-dev] A unit-testing prototype Donnie Berkholz
2008-06-12 8:42 ` Alexis Ballier
2008-06-12 9:59 ` Rémi Cardona
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080526094710.GB11722@comet \
--to=dberkholz@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox