File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
66
77## Unreleased
88
9- Nothing notable unreleased.
9+ ### Added
10+
11+ * (testing) Add extension point for letting ` TestLoader ` specify a custom
12+ sharding scheme.
13+
14+ ### Changed
15+
16+ * Update package build and release process. Switched to using ` pyproject.toml ` ,
17+ ` hatch ` , and GitHub Actions.
18+
19+ ### Fixed
20+
21+ ## 2.2.2 (2025-04-03)
22+
23+ ### Added
24+
25+ * (testing) Added a new method ` absltest.TestCase.assertMappingEqual ` that
26+ tests equality of Mapping objects not requiring them to be dicts. Similar to
27+ ` assertSequenceEqual ` but for mappings.
28+ * (testing) Added a new method ` absltest.assertDictContainsSubset ` that checks
29+ that a dictionary contains a subset of keys and values. Similar to a removed
30+ method ` unittest.assertDictContainsSubset ` (existed until Python 3.11).
31+ * Added type annotations that are compliant with MyPy.
1032
11- * (testing) Added a new method ` absltest.TestCase.assertMappingEqual ` that
12- tests equality of Mapping objects not requiring them to be dicts. Similar
13- to ` assertSequenceEqual ` but for mappings.
33+ ### Changed
1434
15- * (testing) Added a new method ` absltest.assertDictContainsSubset ` that
16- checks that a dictionary contains a subset of keys and values. Similar
17- to a removed method ` unittest.assertDictContainsSubset ` (existed until Python 3.11).
35+ * Removed support for Python 3.7.
1836
1937### Fixed
2038
You can’t perform that action at this time.
0 commit comments