]> git.vpit.fr Git - perl/modules/Test-Leaner.git/history - t
Report the correct line in import argument tests
[perl/modules/Test-Leaner.git] / t /
2011-04-08 Vincent PitReport the correct line in import argument tests
2011-04-08 Vincent PitCroak when importing symbols from Test::More that aren...
2011-04-08 Vincent PitFix the handling of the "import" import argument
2011-01-21 Vincent PitTest that ok() really honors 'bool' overloading
2010-12-29 Vincent PitFall back to Test::More when PERL_TEST_LEANER_USES_TEST...
2010-12-28 Vincent PitTest is_deeply against deep datastructures
2010-12-28 Vincent PitOptimize is_deeply for large datastructures
2010-12-28 Vincent PitPrevent vivification of deleted elements by fetching...
2010-12-28 Vincent PitImplement and test is_deeply()
2010-12-28 Vincent PitDocument THREADSAFE
2010-12-28 Vincent PitMake _sanitize_comment() private
2010-12-28 Vincent PitGet rid of skip_all()
2010-12-28 Vincent PitTest cmp_ok() with overloading
2010-12-28 Vincent PitTest ok() return value, with overloading, and failing
2010-12-28 Vincent PitFactor the capturing logic into Test::Leaner::TestHelper
2010-12-27 Vincent PitTest BAIL_OUT()
2010-12-27 Vincent PitTest pass() and fail()
2010-12-25 Vincent PitAdd author tests and minimal documentation
2010-12-24 Vincent PitFix and test skip()
2010-12-24 Vincent PitMore cmp_ok() tests
2010-12-24 Vincent PitGenerate binop comparators on the fly
2010-12-24 Vincent PitOnly is() should treat undef specially
2010-12-24 Vincent PitFix, export and test cmp_ok()
2010-12-24 Vincent PitFix and test thread safety
2010-12-24 Vincent PitInitial commit