odoo-dev 0.2.5__py3-none-any.whl → 0.2.6__py3-none-any.whl
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.
- odoo_dev/__init__.py +1 -1
- odoo_dev/commands/run.py +5 -1
- {odoo_dev-0.2.5.dist-info → odoo_dev-0.2.6.dist-info}/METADATA +1 -1
- {odoo_dev-0.2.5.dist-info → odoo_dev-0.2.6.dist-info}/RECORD +6 -6
- {odoo_dev-0.2.5.dist-info → odoo_dev-0.2.6.dist-info}/WHEEL +0 -0
- {odoo_dev-0.2.5.dist-info → odoo_dev-0.2.6.dist-info}/entry_points.txt +0 -0
odoo_dev/__init__.py
CHANGED
odoo_dev/commands/run.py
CHANGED
|
@@ -181,7 +181,11 @@ def test(
|
|
|
181
181
|
str | None, typer.Option("-d", "--database", help="Test database name")
|
|
182
182
|
] = None,
|
|
183
183
|
test_tags: Annotated[
|
|
184
|
-
str | None,
|
|
184
|
+
str | None,
|
|
185
|
+
typer.Option(
|
|
186
|
+
"--test-tags",
|
|
187
|
+
help="Test tags to filter: \\[tag]\\[/module]\\[:class]\\[.method]",
|
|
188
|
+
),
|
|
185
189
|
] = None,
|
|
186
190
|
coverage: Annotated[
|
|
187
191
|
bool, typer.Option("--coverage/--no-coverage", help="Enable coverage reporting")
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
odoo_dev/__init__.py,sha256=
|
|
1
|
+
odoo_dev/__init__.py,sha256=NWow06ws-9JGlAivf4qpB4maGBzZbRx44cuuSAz5HXo,66
|
|
2
2
|
odoo_dev/cli.py,sha256=KTiGXvjc0szLI-uAy3WFCL-0SouuNdtulnv5hWZj514,1200
|
|
3
3
|
odoo_dev/config.py,sha256=tZ_aDAsHeDSFs6fLwdn974UzTIPAR3DHBLmdvO4jyeM,2977
|
|
4
4
|
odoo_dev/commands/__init__.py,sha256=yOxitS1Oes2ZS95F0nXyw3LDOBXCFWmudZInYbTu1eQ,33
|
|
5
5
|
odoo_dev/commands/db.py,sha256=7DnI28y2YpugnjoMkyTYymLMZ5MjNagfD6T15RWvZ0c,9605
|
|
6
6
|
odoo_dev/commands/docker.py,sha256=S3rP8KNteP89PrdRbhDNCS7o1dEJGiQfbjnxqDjq7HQ,5721
|
|
7
|
-
odoo_dev/commands/run.py,sha256
|
|
7
|
+
odoo_dev/commands/run.py,sha256=-cRPn6HwMqSFw4UUaAMHg0DjF-uLvYZJciPv9pRIy74,11971
|
|
8
8
|
odoo_dev/commands/setup.py,sha256=aben3-U2UjeGnJRJFcK2yqJkhmgNnhfjeQSsRbkj01c,16918
|
|
9
9
|
odoo_dev/templates/__init__.py,sha256=FdigXGAd_wWIoOYG6PE-bdvWNxAnpweGCnJyedRi8pc,33
|
|
10
10
|
odoo_dev/templates/docker/Dockerfile,sha256=7mCF35_x7bH7pFEG5OzCXYlReeK0Hg0ENvlE9dmBAIo,2165
|
|
@@ -16,7 +16,7 @@ odoo_dev/templates/vscode/settings.json,sha256=CEqFD7D35R2If_kbnB2xyTA9YA8upv8t0
|
|
|
16
16
|
odoo_dev/templates/vscode/tasks.json,sha256=T7j3cwIL4Dj8JbsBRYyiUWNsplbWmuBfTBN-JPFZXCc,992
|
|
17
17
|
odoo_dev/utils/__init__.py,sha256=EDPdElYZN3cPJtZIkNjXFoItz1mPBPUsasQzb6mRrss,36
|
|
18
18
|
odoo_dev/utils/console.py,sha256=bRbXVD15QiMhdU8Rp4cyaoA1-J8vFX8r16TwsYurUug,549
|
|
19
|
-
odoo_dev-0.2.
|
|
20
|
-
odoo_dev-0.2.
|
|
21
|
-
odoo_dev-0.2.
|
|
22
|
-
odoo_dev-0.2.
|
|
19
|
+
odoo_dev-0.2.6.dist-info/METADATA,sha256=s9UOVZ8s6ddRcftv-M-N_jYKClfvFi7u8erZtbRxsv0,3463
|
|
20
|
+
odoo_dev-0.2.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
21
|
+
odoo_dev-0.2.6.dist-info/entry_points.txt,sha256=EKJCgGArQtoRNYRBRcbkRfIXO_APFkYujr2u8-UCfXo,46
|
|
22
|
+
odoo_dev-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|