Update to 1.302075
- New upstream release 1.302075 - Add 'cid' to trace - Add signatures to trace - Add related() to events - Now it is possible to check if events are related - Add 'no_fork' option to run_subtest()
This commit is contained in:
parent
631e67abe6
commit
79ca742d54
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302073
|
||||
Version: 1.302075
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -147,10 +147,18 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1
|
||||
- Update to 1.302075
|
||||
- Add 'cid' to trace
|
||||
- Add signatures to trace
|
||||
- Add related() to events
|
||||
- Now it is possible to check if events are related
|
||||
- Add 'no_fork' option to run_subtest()
|
||||
|
||||
* Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1
|
||||
- Update to 1.302073
|
||||
- Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
|
||||
faciliate transferring event data between processes (#741)
|
||||
facilitate transferring event data between processes (#741)
|
||||
- Generate HashBase from Object::HashBase, which has been split out
|
||||
- When a subtest is marked as todo, all of its contained Ok and Subtest
|
||||
events are now updated so that they return true for $e->effective_pass
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302073.tar.gz) = f832da3bc19021f70a8ce8b32506f1ab2ffca3febd818d1f2bc2abf44163f8936a71331d310fb472fa70d51cbc3eb6309b5274abb75d3e4ef7cd278dfe65aae9
|
||||
SHA512 (Test-Simple-1.302075.tar.gz) = ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239
|
||||
|
||||
Loading…
Reference in New Issue
Block a user