Pikzie
Details
| Last Update: | 2009-05-30 01:58:43 |
| Version: | 0.9.4 |
| License/Program Type: | Free |
| Publisher: | Kouhei Sutou |
| Price: | $0.00 |
Description:
Pikzie is an easy to write and debug unit testing framework for Python.
Pikzie provides the following features that are lacked in unittest.py included in the standard Python distribution:
Pythonic API
a lot of assertions
outputs result with useful format for debugging.
Install:
% sudo python setup.py install
Usage:
We assume that you have the following directory structure:
. -+- lib --- your_module --- ...
|
+- test -+- run-test.py
|
+- __init__.py
|
+- test_module1.py
|
+- ...
test/run-test.py is the following:
!/usr/bin/env python
import sys
import os
base_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
sys.path.insert(0, os.path.join(base_dir, "lib"))
sys.path.insert(0, base_dir)
import pikzie
sys.exit(pikzie.Tester().run())
test/test_.py are automatically loaded and defined tests are ran by invoking run-test.py like the following:
% test/run-test.py
Requirements:
Python
What's New in This Release:
fix wrong 'sorted' detection
improve message detection in assert_search_syslog_call
0 comments
Downloadtube.com agrees that pirated software hurts software
developers and does not support such practices. We acknowledge and
agree that software piracy is theft. Using Pikzie crack,
Pikzie key generator, Pikzie keygen, as well as any
pirated Pikzie serial number/serial numbers and Pikzie
registration code/codes, warez, keys, torrents, passwords, is illegal
and does not support the future development of Pikzie.
Downloadtube.com advises that Pikzie should be only used in
accordance with the rules of intellectual property and the existing
Criminal Code. Downloadtube.com does not allow the inclusion of any
crack, serial or keygen and disclaims any liability for the
inappropriate use of Pikzie.
Add to
Pikzie Version History
Related Software
|
|
From category: Quality-Assurance-and-Testing |
| AntiCutAndPaste 1.4 is quality assurance and testing software developed by ACNP Software. AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming la... |
|
|
From category: Quality-Assurance-and-Testing |
| Abbot 1.0.0 RC5 is quality assurance and testing software developed by Abbot Team. Abbot helps you test your Java UI. Abbot framework comprises Abbot, which lets you programmatically drive UI compo... |
|
|
From category: Quality-Assurance-and-Testing |
| ASTUce 1.0.0.126 is quality assurance and testing software developed by Zwetan Kjukov. ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. ASTUce proj... |
|
|
From category: Quality-Assurance-and-Testing |
| Coverlipse 0.9.5.2 is quality assurance and testing software developed by Matthias Kempka. Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. Coverlipse project is un... |
|
|
From category: Quality-Assurance-and-Testing |
| JCarder is an open source tool for finding potential deadlocks in concurrent multi-threaded Java programs.... |
|
|
From category: Quality-Assurance-and-Testing |
| Datamixer 0.1.88 is quality assurance and testing software developed by Rick Wood. How do you build a web application without data? Suppose it has many pages, including forms and pages for display.... |
|
|
From category: Quality-Assurance-and-Testing |
| qaManager is a web based application used for keeping track of Engineering and Customer releases of Software Projects.... |
|
|
From category: Quality-Assurance-and-Testing |
| DREAM Tool 0.6 Beta is quality assurance and testing software developed by DREAM Tool Team. DREAM Tool is a generic framework that aims at providing a common semantic domain which can express sever... |
|
|
From category: Quality-Assurance-and-Testing |
| CATSRunner 20050922 is quality assurance and testing software developed by Agile Rules. CATSRunner is a unit testing framework. C Automated Testing System (CATS) and its associated test runn... |
|
|
From category: Quality-Assurance-and-Testing |
| A software which uses the debug interface to fool programs into thinking they are running with root permission... |
|
|
From category: Quality-Assurance-and-Testing |
| CyVis 0.9.0 is quality assurance and testing software developed by Pradeep Selvaraj, Vinay Iyer. CyVis project is a free software metrics collection, analysis and visualisation tool for java based... |
|
|
From category: Quality-Assurance-and-Testing |
| Tcpreplay is a set of Unix tools which allows the replaying of captured network traffic in pcap format.... |
Leave a comment