如何在本地运行archetypes.querywidget测试套件?

rod*_*sou 5 testing plone

我需要在archetypes.querywidget上修复它,它的buildout不是创建bin/test脚本.

我应该使用buildout.coredev吗?我需要更改它的结帐才能运行测试吗?

tis*_*sto 5

是.请对所有核心软件包使用buildout.coredev.有关详细信息,请参阅我们的文档:

https://buildoutcoredev.readthedocs.org/en/latest/intro.html

精简版:

git clone -b 4.3 https://github.com/plone/buildout.coredev.git
cd buildout.coredev
python bootstrap.py
bin/buildout
bin/test -s archetypes.querywidget
Run Code Online (Sandbox Code Playgroud)

如果你想要一个特定的版本,你可以修改sources.cfg(确保你不提交),或者只是去目录并手动签出一个特定的版本.