RandomSec/extensions/wikidata/tests/conf/tests.xml
2020-08-03 12:27:58 -04:00

15 lines
375 B
XML

<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
<suite name="Wikidata extension" object-factory="org.powermock.modules.testng.PowerMockObjectFactory">
<test name="tests">
<groups>
<run>
<exclude name="broken" />
</run>
</groups>
<packages>
<package name="org.openrefine.wikidata.*" />
</packages>
</test>
</suite>