notionhelper 0.1.7__tar.gz → 0.1.8__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.
- {notionhelper-0.1.7 → notionhelper-0.1.8}/PKG-INFO +1 -1
- {notionhelper-0.1.7 → notionhelper-0.1.8}/pyproject.toml +4 -4
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.claude/settings.local.json +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.coverage +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.github/workflows/claude-code-review.yml +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.github/workflows/claude.yml +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.gitignore +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/.python-version +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/CLAUDE.md +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/README.md +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/images/helper_logo.png +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/images/json_builder.png.png +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/pytest.ini +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/src/notionhelper/__init__.py +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/src/notionhelper/helper.py +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/tests/README.md +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/tests/__init__.py +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/tests/conftest.py +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/tests/test_helper.py +0 -0
- {notionhelper-0.1.7 → notionhelper-0.1.8}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "notionhelper"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.8"
|
|
4
4
|
description = "Add your description here"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -26,7 +26,7 @@ python_functions = "test_*"
|
|
|
26
26
|
addopts = [
|
|
27
27
|
"--verbose",
|
|
28
28
|
"--strict-markers",
|
|
29
|
-
"--strict-config",
|
|
29
|
+
"--strict-config",
|
|
30
30
|
"--tb=short",
|
|
31
31
|
"--cov=src/notionhelper",
|
|
32
32
|
"--cov-report=term-missing",
|
|
@@ -36,7 +36,7 @@ addopts = [
|
|
|
36
36
|
]
|
|
37
37
|
markers = [
|
|
38
38
|
"unit: Unit tests",
|
|
39
|
-
"integration: Integration tests",
|
|
39
|
+
"integration: Integration tests",
|
|
40
40
|
"slow: Slow tests that may take longer to run",
|
|
41
41
|
"network: Tests that require network access (normally mocked)"
|
|
42
42
|
]
|
|
@@ -54,7 +54,7 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
dev = [
|
|
56
56
|
"pytest>=7.0.0",
|
|
57
|
-
"pytest-cov>=4.0.0",
|
|
57
|
+
"pytest-cov>=4.0.0",
|
|
58
58
|
"pytest-mock>=3.10.0",
|
|
59
59
|
"pytest-asyncio>=0.21.0",
|
|
60
60
|
"black>=23.0.0",
|
|
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
|