sfermigier + python   65

ComicsReader - Trac
ComicsReader allows you to view image files in a archive (zip/rar/tarball). Typically people change the extension of these files to CBZ, CBR or CBT. The most common reader for these files is CDisplay, but is only for Windows. ComicsReader works on *nix an
trac-site  python 
april 2006 by sfermigier
Charming Python: Testing frameworks in Python
In this installment, David looks at Python's two standard modules for unit testing: unittest and doctest. These modules expand on the capability of the built-in assert statement, which is used for validation of pre-conditions and post-conditions within fu
edosqa  article  testing  python 
april 2006 by sfermigier
Software Testing Automation Framework (STAF)
The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF
edosqa  testing  python  jython  software 
april 2006 by sfermigier
Agile Testing with Python Test Frameworks
SoCal Code Camp 2006, Fullerton, January 21, 2006 -
Agile Testing with Python Test Frameworks
edosqa  slides  testing  python 
april 2006 by sfermigier
testtools
Tools for controlling test environments.

This package came to life while developing real test suites for applications and libraries, so nothing has been added here that wasn't necessary for some task or another. Python is of course the ultimate testing
edosqa  software  python  testing  trac-site 
april 2006 by sfermigier
QMTest
MTest is a cost-effective general purpose testing solution that can be used to implement a robust, easy-to-use testing process. QMTest runs on Windows and on most UNIX-like operating systems including GNU/Linux.
edosqa  testing  python  functional  software 
april 2006 by sfermigier
py.test
A "more python" unit testing framework for Python
edosqa  testing  unit  python  software 
march 2006 by sfermigier
Python-Mock
The idea behind the Python Mock class is simple. It can mimic any other Python class, and then be examined to see what methods have been called and what the parameters to the call were. The constructor for the Mock class takes an optional dictionary speci
edosqa  software  testing  python  mock  unit 
march 2006 by sfermigier
pMock
pMock is a Python module for testing Python code using mock objects.
edosqa  software  python  testing  unit  mock 
march 2006 by sfermigier
QUnitTest
QUnitTest is an easy-to-use GUI framework and application for use with the Python unit testing framework. It can be used to conveniently execute unit tests and suites, and then display the results in a useful fashion.
edosqa  software  python  testing  unit 
march 2006 by sfermigier
twill: a simple scripting language for Web browsing
twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features.
edosqa  software  testing  web  python 
march 2006 by sfermigier
WATSUP- Windows Application Test System Using Python
The WATSUP toolkit is designed to allow the automated test of Windows applications. The system uses the "object-based" mechanism for identifying and invoking actions on controls and menu items.
edosqa  software  testing  gui  python  windows 
march 2006 by sfermigier
PyChecker
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrec
edosqa  software  python  static 
march 2006 by sfermigier
PyLint
Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code
edosqa  software  static  python 
march 2006 by sfermigier
coverage
Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. The origin
edosqa  software  testing  coverage  python 
march 2006 by sfermigier
Jester
Jester finds code that is not covered by tests. Jester makes some change to your code, runs your tests, and if the tests pass Jester displays a message saying what it changed. Jester includes a script for generating web pages that show the changes made th
edosqa  coverage  software  python  java  testing 
march 2006 by sfermigier
trace2html
`trace2html` is a utility to convert execution coverage data obtained
with the `trace` module of the standard python library into a set of human
readable HTML documents showing sortable summary and annotated source files.
edosqa  softwate  python  coverage  testing 
march 2006 by sfermigier
QMTest
QMTest is a cost-effective general purpose testing solution that can be used to implement a robust, easy-to-use testing process. QMTest runs on Windows and on most UNIX-like operating systems including GNU/Linux.
edosqa  software  python  testing 
march 2006 by sfermigier
PyGUIUnit
PyGUIUnit is a framework created for testing GUIs.

It is provided as a python module and currently can be used to test application that use GUIs created with PyQt More information can be obtained at Trolltech (the makers of Qt) or at Riverbank Computin
edosqa  python  software  testing  gui 
march 2006 by sfermigier
Nuxeo
Nuxeo is the leader of open source ECM software.
nuxeo  cps  cps-site  zope  ecm  cms  python  opensource  enterprise  java  ee  j2ee  jboss  jackrabbit 
march 2006 by sfermigier
EqaTool - edos - Trac
eQAtool - "Enhanced Quality Assurance Tool" is a set of scripts do easilly deploy bateries of tests that follows the architecture of Nexedi umigumi platform.
edosqa  software  testing  python  system 
march 2006 by sfermigier
testosterone
testosterone is an interface for running tests written with the Python standard library's unittest module. It delivers summary and detail reports on TestCases discovered in module-space, via both a command-line and a curses(3) interface. The interactive m
edosqa  software  testing  python 
march 2006 by sfermigier
BuildBotTechnologyNarrative - Agile testing project
"An important trick -- perhaps the most important trick -- in our approach to agile testing, and continuous integration in particular, is automating the tests. Test automation lets you leverage everyone's test code with no extra effort. Unfortunately it a
edosqa  article  testing  continuous-integration  python  acceptance  functional  performance 
march 2006 by sfermigier
Pyflakes
Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks.
edosqa  software  static  python 
march 2006 by sfermigier
PyMetrics
PyMetrics produces metrics for Python programs. Metrics include McCabe's Cyclomatic Complexity metric, LoC, %Comments, etc. Users can also define their own metrics using data from PyMetrics. PyMetrics outputs SQL command files and CSV output.
edosqa  software  python  metrics 
march 2006 by sfermigier
Bitten
Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface.
edosqa  software  python  continuous-integration 
march 2006 by sfermigier
The BuildBot
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other
edosqa  software  python  continuous-integration 
march 2006 by sfermigier
Slides: Introducing FunkLoad
FunkLoad is an open source functional and load tester for web applications.
testing  python  zope  cps  edosqa  functional  slides 
march 2006 by sfermigier
antiparser
antiparser is a fuzz testing and fault injection API. Fuzz testing has
application as a security research methodology and for software quality
assurance purposes.
edosqa  software  testing  python 
march 2006 by sfermigier
Choosing a Javascript library for Zope
Contains a taxonomy of existing Ajaxian librairies.
zope3  javascript  ajax  programming  python  zope 
december 2005 by sfermigier
CPS Project
Collaborative Portal Server (CPS) is the most complete Open Source platform available for building Enterprise Content Management (ECM) applications. CPS comes also as a user-friendly application ready to for entreprise-grade content management with many
zope  cps  nuxeo  python  zope3  five  cps-site 
april 2005 by sfermigier

Copy this bookmark:



description:


tags: