-
python-robotsuite-2.0.0-1.lbn19.noarch
This is an experimental package for wrapping Robot Framework test suites into Python unittest suites to make it possible to run Robot Framework tests as plone.testing's layered test suites:
import unittest2 as unittest
from plone.testing import layered
from robotsuite import RobotTestSuite
from my_package.testing import ACCEPTANCE_TESTING
def test_suite():
suite = unittest.TestSuite()
suite.addTests([
layered(RobotTestSuite('mysuite.txt'),
layer=ACCEPTANCE_TESTING),
])
return suite
RobotTestSuite splits Robot Framework test suites into separate unittest test cases so that Robot will be run once for every test case in every test suite parsed from the given Robot Framework test suite. Because of that, each Robot will generate a separate test report for each test. Each report will have it's own folder, which are created recursively reflecting the structure of the given test suite.
RobotTestSuite's way of wrapping tests into unittest's test suite is similar to how doctest-module's DocTestSuite does its wrappings.
The main motivation behind this package is to make Robot Framework support existing test fixtures and test isolation when testing Plone. Yet, this should help anyone wanting to use Robot Framework with zope.testrunner or other Python unittest compatible test runner.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python-roman-1.4.0-2.lbn13.noarch
Integer to Roman numerals converter
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
python-roman-1.4.0-2.lbn19.noarch
Integer to Roman numerals converter
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python-roman-2.0.0-5.fc25.noarch
Integer to Roman numerals converter
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-routes-1.12.3-3.lbn13.noarch
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-routes-1.13-2.fc19.noarch
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-routes-2.2-3.lbn25.py37.noarch
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.
This package contains the module built for python2.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-rpi.gpio-0.5.2a-3.rpfr18.armv6hl
GPIO access module for the Raspberry Pi SBC, for use
with Python 2.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-rpm-macros-3-11.lbn19.noarch
This package contains the unversioned Python RPM macros, that most
implementations should rely on.
You should not need to install this package manually as the various
python?-devel packages require it. So install a python-devel package instead.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python-rpm-macros-3.10-17.lbn25.noarch
This package contains the unversioned Python RPM macros, that most
implementations should rely on.
You should not need to install this package manually as the various
python?-devel packages require it. So install a python-devel package instead.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25