-
mysql-connector-odbc-5.1.11-1.fc18.armv6hl
An ODBC (rev 3) driver for MySQL, for use with unixODBC.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-Kivy-1.7.2-1.lbn13.x86_64
Kivy is an open source library for developing multi-touch applications. It is
completely cross platform (Linux/OSX/Win/Android) and released under the terms
of the GNU LGPL V3.
.
It comes with native support for many multi-touch input devices, a growing
library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
an architecture that is designed to let you focus on building custom and highly
interactive applications as quickly and easily as possible.
.
Kivy is a mixed Python library with Cython code, to take advantage of its
highly dynamic nature and use any of the thousands of high quality and open
source python libraries out there, with the speed of C code.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-Kivy-examples-1.7.2-1.lbn13.x86_64
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.
This package contains the examples
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-dtmf-detector-0.1.0-1.lbn13.noarch
DTMF Detection Library that takes wav files as input and outputs DTMF digit string.
Project hosted at: http://fbdtmfdetector.sourceforge.net/ Written by David Luu.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-robotentrypoints-0.1-2.lbn13.noarch
Robot framework does not have setuptools compatible entry points. This makes it hard to setup Robot with buildout.
robotentrypoints provides them.
With the buildout hereunder, you get bin/pybot and bin/rebot scripts.
[buildout]
parts = robot
[robot]
recipe = zc.recipe.egg
eggs = robotentrypoints
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-robotframework-2.8.4-1.lbn13.noarch
Robot Framework is a generic test automation framework for acceptance testing and acceptance
test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the
keyword-driven testing approach. Its testing capabilities can be extended by test libraries
implemented either with Python or Java, and users can create new keywords from existing ones
using the same syntax that is used for creating test cases.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-robotframework-androidlibrary-0.2.0-1.lbn13.noarch
robotframework-androidlibrary is a Robot Framework test library for all your
Android automation needs.
It uses Calabash Android to communicate with your instrumented Android
application similar to how Selenium WebDriver talks to your web browser.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-robotframework-selenium2library-1.5.0-1.lbn13.noarch
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries.
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13
-
python-robotsuite-1.4.0-1.lbn13.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
/
…
/
VoIP
/
BastionLinux 13
-
python-sipphone-automation-0.0.4-1.lbn13.noarch
Robot Framework Automation Library for SIP Phones
Located in
LBN
/
…
/
VoIP
/
BastionLinux 13