Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cho45/test-name-fromline
Auto fill test names from caller line
https://github.com/cho45/test-name-fromline
perl testing
Last synced: about 2 months ago
JSON representation
Auto fill test names from caller line
- Host: GitHub
- URL: https://github.com/cho45/test-name-fromline
- Owner: cho45
- License: other
- Created: 2011-06-13T06:31:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T14:36:19.000Z (over 10 years ago)
- Last Synced: 2024-06-18T14:12:30.726Z (6 months ago)
- Topics: perl, testing
- Language: Perl
- Homepage:
- Size: 333 KB
- Stars: 7
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Test::Name::FromLine - Auto fill test names from caller line
# SYNOPSIS
use Test::Name::FromLine; # just use this
use Test::More;is 1, 1; #=> ok 1 - L3: is 1, 1;
done_testing;
# DESCRIPTION
Test::Name::FromLine is test utility that fills test names from its file.
Just use this module in test and this module fill test names to all test except named one.# AUTHOR
cho45
# SEE ALSO
This is inspired from [http://subtech.g.hatena.ne.jp/motemen/20101214/1292316676](http://subtech.g.hatena.ne.jp/motemen/20101214/1292316676).
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.