assertpy2 2.0.0__tar.gz → 2.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- assertpy2-2.0.1/.codecov.yml +10 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/.github/workflows/ci.yml +5 -2
- {assertpy2-2.0.0 → assertpy2-2.0.1}/PKG-INFO +7 -2
- {assertpy2-2.0.0 → assertpy2-2.0.1}/README.md +6 -1
- assertpy2-2.0.1/docs/logo-dark.svg +5 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/pyproject.toml +1 -1
- {assertpy2-2.0.0 → assertpy2-2.0.1}/.github/workflows/publish.yml +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/.gitignore +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/CONTRIBUTING.md +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/LICENSE +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/__init__.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/assertpy.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/base.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/collection.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/contains.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/date.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/dict.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/dynamic.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/exception.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/extracting.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/file.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/helpers.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/numeric.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/py.typed +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/snapshot.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/assertpy2/string.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/docs/api.md +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/docs/logo.svg +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_bool.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_class.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_collection.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_core.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_custom_dict.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_custom_list.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_datetime.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_description.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_dict.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_dict_compare.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_dyn.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_equals.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_expected_exception.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_extensions.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_extracting.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_fail.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_file.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_in.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_list.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_namedtuple.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_none.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_numbers.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_readme.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_same_as.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_snapshots.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_soft.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_soft_fail.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_string.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_traceback.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_type.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/tests/test_warn.py +0 -0
- {assertpy2-2.0.0 → assertpy2-2.0.1}/uv.lock +0 -0
|
@@ -31,11 +31,14 @@ jobs:
|
|
|
31
31
|
run: uv run ruff check .
|
|
32
32
|
|
|
33
33
|
- name: Test with coverage
|
|
34
|
-
run: uv run pytest -v --cov=assertpy2 --cov-report=term-missing tests
|
|
34
|
+
run: uv run pytest -v --cov=assertpy2 --cov-report=term-missing --cov-report=xml tests
|
|
35
35
|
|
|
36
36
|
- name: Upload coverage to Codecov
|
|
37
37
|
if: matrix.python-version == '3.14'
|
|
38
|
-
uses: codecov/codecov-action@
|
|
38
|
+
uses: codecov/codecov-action@v6
|
|
39
|
+
with:
|
|
40
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
|
41
|
+
files: coverage.xml
|
|
39
42
|
|
|
40
43
|
lint:
|
|
41
44
|
runs-on: ubuntu-latest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: assertpy2
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Fluent assertion library for Python with full type safety and soft assertions
|
|
5
5
|
Project-URL: Homepage, https://github.com/Solganis/assertpy2
|
|
6
6
|
Project-URL: Repository, https://github.com/Solganis/assertpy2
|
|
@@ -30,7 +30,11 @@ Requires-Dist: typing-extensions>=4.0
|
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
33
|
-
<
|
|
33
|
+
<picture>
|
|
34
|
+
<source media="(prefers-color-scheme: dark)" srcset="docs/logo-dark.svg">
|
|
35
|
+
<source media="(prefers-color-scheme: light)" srcset="docs/logo.svg">
|
|
36
|
+
<img src="docs/logo.svg" alt="assertpy2" width="280">
|
|
37
|
+
</picture>
|
|
34
38
|
</p>
|
|
35
39
|
|
|
36
40
|
<p align="center">
|
|
@@ -45,6 +49,7 @@ Description-Content-Type: text/markdown
|
|
|
45
49
|
<a href="https://pypi.org/project/assertpy2/"><img src="https://img.shields.io/pypi/pyversions/assertpy2" alt="Python"></a>
|
|
46
50
|
<a href="https://codecov.io/gh/Solganis/assertpy2"><img src="https://codecov.io/gh/Solganis/assertpy2/graph/badge.svg" alt="Coverage"></a>
|
|
47
51
|
<a href="https://github.com/Solganis/assertpy2/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Solganis/assertpy2" alt="License"></a>
|
|
52
|
+
<a href="https://docs.astral.sh/ruff/"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
|
|
48
53
|
</p>
|
|
49
54
|
|
|
50
55
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="docs/logo-dark.svg">
|
|
4
|
+
<source media="(prefers-color-scheme: light)" srcset="docs/logo.svg">
|
|
5
|
+
<img src="docs/logo.svg" alt="assertpy2" width="280">
|
|
6
|
+
</picture>
|
|
3
7
|
</p>
|
|
4
8
|
|
|
5
9
|
<p align="center">
|
|
@@ -14,6 +18,7 @@
|
|
|
14
18
|
<a href="https://pypi.org/project/assertpy2/"><img src="https://img.shields.io/pypi/pyversions/assertpy2" alt="Python"></a>
|
|
15
19
|
<a href="https://codecov.io/gh/Solganis/assertpy2"><img src="https://codecov.io/gh/Solganis/assertpy2/graph/badge.svg" alt="Coverage"></a>
|
|
16
20
|
<a href="https://github.com/Solganis/assertpy2/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Solganis/assertpy2" alt="License"></a>
|
|
21
|
+
<a href="https://docs.astral.sh/ruff/"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
|
|
17
22
|
</p>
|
|
18
23
|
|
|
19
24
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 60">
|
|
2
|
+
<text x="140" y="46" text-anchor="middle" font-family="'Segoe UI', Helvetica, Arial, sans-serif" font-size="48" font-weight="300" fill="#f0f0f0" letter-spacing="-1">
|
|
3
|
+
<tspan font-weight="600">assert</tspan><tspan>py</tspan><tspan font-weight="600" fill="#60a5fa">2</tspan>
|
|
4
|
+
</text>
|
|
5
|
+
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|