This commit is contained in:
parent
4bc1fd99c0
commit
f0cca23814
@ -14,6 +14,6 @@ def test_addons_path():
|
||||
with install_test_addons(["addon_success"]):
|
||||
assert (
|
||||
Path(os.environ["ODOO_RC"]).read_text()
|
||||
== "[options]\naddons_path=/opt/odoo/addons,.\n"
|
||||
== "[options]\naddons_path=/mnt/extra-addons,.\n"
|
||||
)
|
||||
subprocess.check_call(["python", "-c", "import odoo.cli"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user