Pytest in Unittest Trytond

Hi,

May I know any one has experience using Pytest in trytond?

best regards

Hi Markus,

I have no experienc with pytest, but the tryton test suite uses the standard unitest features, so it should work out of the box with pytest. (Specially after Remove usage of setup.py test (#9215) · Issues · Tryton / Tryton · GitLab)

Thank Pokoli,

However, I just a little confuse how to implement together with runtests which able to test the basic.
:face_vomiting: