Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    robotsuite 1.3.0

    Download button

    No screenshots available
    Downloads: 137  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Asko Soukka | More programs
    GPL / FREE
    September 25th, 2012, 08:10 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    robotsuite description

    Robot Framework test suite for Python unittest framework

    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 unittest

    from plone.testing import layered
    from robotsuite import RobotTestSuite

    from my.app.testing import FUNCTIONAL_TESTING


    def test_suite():
     suite = unittest.TestSuite()
     suite.addTests([
     layered(RobotTestSuite('mysuite.txt'),
     layer=FUNCTIONAL_TESTING),
     ])
     return suite


    This 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

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

    · Allow passing arguments critical/noncritical to only raise an AssertionError if the test is critical [reinhardt]

      


    TAGS:

    unittest framework | Python library | Python | unittest | framework

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM