odoo-ide / pycharm-odoo

PyCharm plugin for Odoo
https://plugins.jetbrains.com/plugin/13499-odoo
Other
41 stars 5 forks source link

Latest version brakes all tests based on unittest.TestCase #429

Closed selcukatay closed 8 months ago

selcukatay commented 8 months ago

Latest version brakes all tests based on unittest.TestCase It shows run Odoo and debug odoo instead of run the test method

image

image

trinhanhngoc commented 8 months ago

Hello @selcukatay ,

I just checked again and didn't see any problems.

image

What version of Odoo and Odoo plugin are you using?

selcukatay commented 8 months ago

Plugin version is 2023.9.4.232

These test are not related to odoo, the test class is extended directly from the unittest.TestCase (not from a odoo test class) And the problem is the plugin tries to run all tests with odoo even the regular tests. What should I see is here (I just disabled the plugin to the get this screenshot)

image

trinhanhngoc commented 8 months ago

@selcukatay

Thank you for the additional information. I confirm this is a bug. This bug will be fixed in the next release.

trinhanhngoc commented 8 months ago

Hello @selcukatay ,

The new version 2023.9.5 has been released with the fix for this bug.