Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37533721
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Test-TableDriven

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.02-alt2
Время сборки: 17 октября 2013, 11:01 ( 549.1 недели назад )
Размер архива: 17.60 Kb

Домашняя страница:   http://search.cpan.org/dist/Test-TableDriven/

Лицензия: perl
О пакете: write tests, not scripts that run them
Описание:

Writing table-driven tests is usually a good idea.  Adding a test case
doesn't require adding code, so it's easy to avoid fucking up the
other tests.  However, actually going from a table of tests to a test
that runs is non-trivial.

`Test::TableDriven' makes writing the test drivers trivial.  You
simply define your test cases and write a function that turns the
input data into output data to compare against.  `Test::TableDriven'
will compute how many tests need to be run, and then run the tests.

Concentrate on your data and what you're testing, not `plan tests ='
scalar keys %test_cases> and a big foreach loop.

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Test-TableDriven
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin