Skip to content
Snippets Groups Projects
Commit b039d51ae7ce authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: Use unittest mock instead of mock

parent d691c39476c1
Branches branch/11.0
No related tags found
1 merge request!26📝 Use unittest mock instead of mock
Pipeline #53709 passed
Changelog
=========
16.0.1.0.2
----------
Use unittest.mock instead of mock.
16.0.1.0.1
----------
......
......@@ -21,7 +21,7 @@
"name": "Xbus Emitter",
"license": "AGPL-3",
"summary": "Emit messages from Odoo to Xbus",
"version": "16.0.1.0.1",
"version": "16.0.1.0.2",
"category": "Technical",
"author": "XCG Consulting",
"website": "https://orbeet.io/",
......
......@@ -18,7 +18,7 @@
[project.optional-dependencies]
doc = ["sphinx", "sphinx-odoo-autodoc"]
test = ["mock"]
test = []
[project.urls]
repository = "https://orus.io/xcg/odoo-modules/xbus_emitter"
......
......@@ -18,7 +18,7 @@
#
##############################################################################
import mock
from unittest import mock
from odoo.tests import TransactionCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment