./devel/py-test-assume, Py.test plugin that allows multiple failures per test

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.3nb1, Package name: py310-test-assume-2.4.3nb1, Maintainer: pkgsrc-users

pytest-sugar is a plugin for py.test that shows failures and errors instantly
and shows a progress bar.


Required to run:
[devel/py-setuptools] [devel/py-test] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8.491 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-07-09 22:02:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-assume: updated to 2.4.3

v2.4.3:
Add tryfirst=True to pytest_runtest_call hook, so downstream/upstream plugin \ 
hooks work with it correctly. Noteably, this fixes Captured log calls.
   2021-01-10 22:45:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-assume: updated to 2.4.2

2.4.2
Fix dependency on six library

2.4.1
Bugfixes for xfails

2.4.0
Minor version bump whenever we change pytest hooks. This hook change in \ 
particular was done for unittest-based tests; which do not use the \ 
'pytest_pyfunc_call' hook we were originally using.

2.3.3
Fix error when test file paths were on different drive
Updated pytest & python unittest matrix

2.3.2
Add pytest_assume_summary_report hook for modifying output of failed assertions \ 
(thanks @ptrivedi2610)

2.3.0
New hook for modifying output
   2020-05-16 11:15:09 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
pytest from versioned depends
   2020-04-12 13:49:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-assume: updated to 2.2.1

2.2.1 - Bugfix for PyInstller
+ Check for empty contextlist during __exit__
   2019-11-14 19:07:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-assume: updated to 2.2.0

2.2.0 - Context manager
Changelog:
Added context manager for pytest.assume
Updated README with new output

2.1.0 - New pytest hook!
Changelog:
Add new pytest hooks for downstream usage
Use pytest_pyfunc_call hook instead of logreport for compatibility with other plugins
Updated traceback info w/ the new hook