Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CI by testing generated addon's directly in CI not as nested test in Tox #561

Open
MrTango opened this issue Nov 3, 2023 · 1 comment
Assignees

Comments

@MrTango
Copy link
Contributor

MrTango commented Nov 3, 2023

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.

@MrTango MrTango self-assigned this Nov 3, 2023
@MrTango
Copy link
Contributor Author

MrTango commented Nov 3, 2023

@gforcada @mauritsvanrees ideas are very welcome ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant