2015-04-20 16:46:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 20 09:12:17 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.50
|
|
|
|
see /usr/share/doc/packages/perl-Test-Spec/Changes
|
|
|
|
|
|
|
|
0.50 Sun Apr 19 18:13:00 BST 2015
|
|
|
|
- Removed several memory leaks
|
|
|
|
Reported by @JRaspass (issue #24)
|
|
|
|
- any_number() no longer fails if it is never called
|
|
|
|
Contributed by @ptolemarch and @cavemanpi (issue #25)
|
|
|
|
|
2015-04-15 04:20:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 19:54:09 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.49
|
|
|
|
see /usr/share/doc/packages/perl-Test-Spec/Changes
|
|
|
|
|
|
|
|
0.49 Sun Jan 18 12:56:00 EST 2015
|
|
|
|
- Added with_deep
|
|
|
|
Contributed by Andy Jones (issue #21)
|
|
|
|
- Documented memory leak in stub()
|
|
|
|
Reported by Victor Efimov (issue #14)
|
|
|
|
- Added Travis CI info
|
|
|
|
Contributed by Andy Jones (issue #23)
|
|
|
|
- Fixed mock() example documentation
|
|
|
|
Reported by Victor Efimov (issue #15)
|
|
|
|
Contributed by Andy Jones (issue #22)
|
|
|
|
|
|
|
|
0.48 Tue Jan 06 22:52:00 EST 2015
|
|
|
|
- Testing fixes for Alpha branch of Test::More
|
|
|
|
Contributed by Chad Granum (issue #18)
|
|
|
|
- Metadata fixes
|
|
|
|
Contributed by Graham Knop (issue #19)
|
|
|
|
|
2013-11-26 09:19:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 26 07:35:30 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.47
|
|
|
|
- added repository metadata for CPAN
|
|
|
|
Contributed by David Steinbrunner (issue #1)
|
|
|
|
|
2013-06-04 15:32:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 15:08:18 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.46
|
|
|
|
- with() enables argument matching on mocked methods
|
|
|
|
- raises() makes mocked methods raise exceptions
|
|
|
|
Contributed by Kjell-Magne Øierud (issue #12)
|
|
|
|
|
|
|
|
- Add support for TAP version 13.
|
|
|
|
Contributed by Michael G. Schwern (issue #11)
|
|
|
|
|
|
|
|
- Allow shared_examples_for to be defined in any context.
|
|
|
|
|
|
|
|
- Fixed runtests() to honor its contract to run only the examples specified
|
|
|
|
in its @patterns parameter or SPEC environment variable.
|
|
|
|
|
2012-03-09 14:08:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 9 14:05:28 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.42
|
|
|
|
- Added context() and xcontext() aliases for describe/xdescribe
|
|
|
|
(reported by intrigeri)
|
|
|
|
- Added license info to Makefile.PL (RT#75400)
|
|
|
|
- Fixed test suite problems on Windows
|
|
|
|
|
2012-02-16 08:28:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 16 08:19:09 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.40
|
|
|
|
- Fixed problem that caused Test::Spec usage errors (e.g. 'describe "foo";'
|
|
|
|
without a subroutine argument) to be reported from inside the library,
|
|
|
|
instead of the caller's perspective where the actual error is.
|
|
|
|
|
2011-12-22 19:05:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 22 19:04:49 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 0.39
|
|
|
|
- Added xit/xthey/xdescribe to mark TODO tests, inspired by the
|
|
|
|
Jasmine JavaScript framework.
|
|
|
|
Contributed by Marian Schubert (issue #10).
|
|
|
|
- Added share() function to facilitate spec refactoring.
|
|
|
|
- Fixed bug where shared examples defined in one package could not be
|
|
|
|
used in another package.
|
|
|
|
- Improved reporting of errors using spec_helper.
|
|
|
|
- Minor documentation formatting fixes
|
|
|
|
- Fixed test suite for Windows environments.
|
|
|
|
- Added spec_helper utility function to load helper scripts
|
|
|
|
relative to the spec.
|
|
|
|
|
2011-06-14 23:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 14 23:07:45 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.33:
|
|
|
|
* added shared_examples_for/it_should_behave_like to allow factorization of
|
|
|
|
tests
|
|
|
|
|
2011-06-11 00:17:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 11 00:14:09 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.32:
|
|
|
|
* fixed a problem with the tests that occurred only when Package::Stash::XS
|
|
|
|
was not installed (issue #8)
|
|
|
|
|
2011-06-08 19:19:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 08 19:17:06 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.31)
|
|
|
|
|