[console_scripts]
run_tests = xtesting.ci.run_tests:main
zip_campaign = xtesting.core.campaign:main

[xtesting.testcase]
bashfeature = xtesting.core.feature:BashFeature
behaveframework = xtesting.core.behaveframework:BehaveFramework
first = xtesting.samples.first:Test
mts = xtesting.core.mts:MTSLauncher
robotframework = xtesting.core.robotframework:RobotFramework
second = xtesting.samples.second:Test
unit = xtesting.core.unit:Suite

