plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

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

Open MrTango opened 11 months ago

MrTango commented 11 months ago

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 commented 11 months ago

@gforcada @mauritsvanrees ideas are very welcome ;)