projects
/
perl
/
modules
/
Test-Leaner.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
perl/modules/Test-Leaner.git
2013-08-06
Vincent Pit
Get rid of t/99-kwalitee.t
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
This is 0.04
v0.04
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Replace $] by "$]"
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Adjust copyright for our fallback version of _reftype()
commit
|
commitdiff
|
tree
2011-08-24
Vincent Pit
Encode the README file in UTF-8
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
This is 0.03
v0.03
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Ignore MYMETA.json and MYMETA.yml
commit
|
commitdiff
|
tree
2011-07-18
Vincent Pit
Add META.json
commit
|
commitdiff
|
tree
2011-04-19
Vincent Pit
Replace some code from t/03-fallback.t by Test::Leaner...
commit
|
commitdiff
|
tree
2011-04-18
Vincent Pit
Factor t/02-import-arg.t and t/04-fallback-import-arg...
commit
|
commitdiff
|
tree
2011-04-18
Vincent Pit
Solve all test failures with combinations of old perl...
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Stop failing on unlike() prototype with old Test::More
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Silence ugly 'redefined' warnings in t/01-import.t...
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Skip the first import argument test with Test::More...
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Handle all-negated imports properly
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Report the correct line in import argument tests
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Croak when importing symbols from Test::More that aren...
commit
|
commitdiff
|
tree
2011-04-08
Vincent Pit
Fix the handling of the "import" import argument
commit
|
commitdiff
|
tree
2011-02-23
Vincent Pit
Document that isn't() is not aliased to isnt()
commit
|
commitdiff
|
tree
2011-01-24
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2011-01-21
Vincent Pit
Test that ok() really honors 'bool' overloading
commit
|
commitdiff
|
tree
2011-01-21
Vincent Pit
Directly test the truth of $ok in ok()
commit
|
commitdiff
|
tree
2011-01-21
Vincent Pit
Document that isnt() honors 'ne' overloading
commit
|
commitdiff
|
tree
2011-01-21
Vincent Pit
Another POD typo
commit
|
commitdiff
|
tree
2011-01-18
Vincent Pit
Clean up the import replacement a bit
commit
|
commitdiff
|
tree
2011-01-18
Vincent Pit
Talk about is_deeply() in POD
commit
|
commitdiff
|
tree
2011-01-18
Vincent Pit
POD typo
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
This is 0.02
v0.02
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Only run the END block in the main process
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Remove the dependency on Scalar::Util
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST...
commit
|
commitdiff
|
tree
2010-12-29
Vincent Pit
Also print the plan at the END when a test failed under...
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Test is_deeply against deep datastructures
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Optimize is_deeply for large datastructures
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Add pointers to the original documentation from Test...
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
In _deep_check, always iterate on $y
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Document two more differences with Test::More
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
This is 0.01
v0.01
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Prevent vivification of deleted elements by fetching...
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Document that we don't output default diagnostics
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Implement and test is_deeply()
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Add a sample contrived benchmark
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Document THREADSAFE
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Make _sanitize_comment() private
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Expand the list of valid operators for cmp_ok
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Get rid of skip_all()
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Document differences
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Test cmp_ok() with overloading
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Test ok() return value, with overloading, and failing
commit
|
commitdiff
|
tree
2010-12-28
Vincent Pit
Factor the capturing logic into Test::Leaner::TestHelper
commit
|
commitdiff
|
tree
2010-12-27
Vincent Pit
Test BAIL_OUT()
commit
|
commitdiff
|
tree
2010-12-27
Vincent Pit
Test pass() and fail()
commit
|
commitdiff
|
tree
2010-12-27
Vincent Pit
Add tap_stream()/diag_stream()
commit
|
commitdiff
|
tree
2010-12-25
Vincent Pit
Document that tests functions return the value of the...
commit
|
commitdiff
|
tree
2010-12-25
Vincent Pit
Add author tests and minimal documentation
commit
|
commitdiff
|
tree
2010-12-25
Vincent Pit
Turn autoflush on as soon as the module is loaded
commit
|
commitdiff
|
tree
2010-12-25
Vincent Pit
Lock before setting $no_diag
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Also share $done_testing
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Fix and test skip()
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
More cmp_ok() tests
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Generate binop comparators on the fly
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Better variable names
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Only is() should treat undef specially
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Fix, export and test cmp_ok()
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Fix and test thread safety
commit
|
commitdiff
|
tree
2010-12-24
Vincent Pit
Initial commit
commit
|
commitdiff
|
tree