Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
pip install hatch
- name: Build package
run: hatch build
- name: Test package
run: hatch run test
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ Changes and improvements to testtools_, grouped by release.
Improvements
------------

* Add ``Nearly`` matcher for approximate numerical comparisons. (#222)
* Add ``Nearly`` matcher for approximate numerical comparisons.
(Jelmer Vernooij, #222)

* Improve handling of sets in ``assertEquals``.
(Jelmer Vernooij, #108)

Changes
-------

* Re-add accidentally removed methods on StreamToExtendedDecorator.
(Jelmer Vernooij)

* Add typing. (Jelmer Vernooij, Stephen Finucane)

2.8.0
~~~~~

Expand Down
Loading