robotsuite

Robot Framework test suite for Python unittest framework
Download

robotsuite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Asko Soukka
  • Publisher web site:
  • http://iki.fi

robotsuite Tags


robotsuite Description

robotsuite is an experiment to wrap Robot Framework tests into Python unittest framework to make it possible to run Robot Framework tests with zope.testrunner's layered test setups:import unittest2 as unittestfrom plone.testing import layeredfrom robotsuite import RobotTestSuitefrom my.app.testing import FUNCTIONAL_TESTINGdef test_suite(): suite = unittest.TestSuite() suite.addTests() return suiteThis should allow us to run robot test with test isolation and complex test setups (like Plone).Currently, only single file test suites have been tested. RobotTestSuite splits the test suite into separate unittest test cases so that robot will be run once for every test in the suite.If this works for you, please contribute at: http://github.com/datakurre/robotsuite/Product's homepage


robotsuite Related Software