Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-check
From: Adam Ciarcinski
Date: 2023-07-19 09:55:08
Message id: 20230719075508.AEB5CFBDB@cvs.NetBSD.org
Log Message:
py-test-check: updated to 2.2.0
2.2.0
Added
- pseudo traceback additions
- `-l` or `--showlocals` shows locals
- `__tracebackhide__ = True` is honored.
- if `assert` or other exception is involved,
- the exception is included as part of the traceback.
Changed
- pseudo traceback changes
- The red color is used more selectively.
- this is intended to help readability
- Other minor formatting changes.
- Please let me know if you have any issues with the changes
Files: