You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add more context it's like your TestXXX class is not a subclass of unittest.TestCaseand probably better to use a base Test case class from odoo.tests.common. Could you confirm?
Hello!
pyTest 7.4.4
pytest-odoo 1.0.0
For any test that is decorated with
@tests.users
such as:The tests actually runs with the specified user as
self.env.user
but the assertion failures always raise an additionalAttributeError
:Not a huge deal, but having to scroll up to the actual assertion error is a bit anoying ;) Can this be fixed?
Something related to subtests has been mentioned in #67
The text was updated successfully, but these errors were encountered: