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
right now it is not easy to find the breaking test message if a test inside a generated addon breaks.
If we generate the addon package in the CI directly and run the tox inside that package, we should be able to read it better, because there will be no nesting.
Risks
We might lose this functionally in local env or we have two ways how we run test inside generated packages.
Alternatively we have to find a way how to flatten this in tox.
The text was updated successfully, but these errors were encountered:
Motivation
right now it is not easy to find the breaking test message if a test inside a generated addon breaks.
If we generate the addon package in the CI directly and run the tox inside that package, we should be able to read it better, because there will be no nesting.
Risks
We might lose this functionally in local env or we have two ways how we run test inside generated packages.
Alternatively we have to find a way how to flatten this in tox.
The text was updated successfully, but these errors were encountered: