Pikzie is an easy to write/debug Unit Testing Framework for
Python.
Improved the default value whether color output is used or not.
[GitHub#25][GitHub#26][Patch by Fujimoto Seiji]
Removed needless code for backward compatibility.
[GitHub#27][Patch by Fujimoto Seiji]
Added a new assertion assert_raise that can be used with with.
[GitHub#30][Patch by Fujimoto Seiji]... read more
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
Ctrl-c doesn't stop test.Pikzie is an easy to write/debug Unit Testing Framework for
Python.
README: Added document about trouble shouting for permission error
of test/run-test.py. [GitHub#2][Patch by Yosuke Yasuda]
README: Added document about how to install unreleased source.
[GitHub#3][Patch by Keita Watanabe]
README: Improved description order.
[GitHub#4][Patch by Keita Watanabe]... read more
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
Just package fix.
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
Our repository has been moved to "GitHub
<https://github.com/clear-code/pikzie>"_ from sourceforge.net.
Improvements
------------
* Supported subprocess. [Improved by Tetsuya Morimoto]
* Supported Python 3.2.
* Dropped Python 2.5 or earlier support.
* Changed an abbreviation character for ``re.DOTALL`` to
``s`` instead of ``d`` because ``re.S`` means ``re.DOTALL``.
* Supported regular expression flags in ``--name`` and
``--test-case``. ``/.../FLAGS`` format is
used. ``/.../i`` means case insensitive match.... read more
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* normalize test module name on test loading
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* add pikzie.utils module
* add assert_exists
* add assert_not_exist
* support deeply test script loading
* suppress needless colorization
* improve assert_raise_call to accept exception instance
* support data driven test
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* support omit
* support Windows partially
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* fix failure report failure on non-color mode
[Reported by Hideo Hattori]
* treat an environment that TERM environment variable is
ended with "term-color" as colorizable environment
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* fix wrong 'sorted' detection
* improve message detection in assert_search_syslog_call
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* improve diff output
* support module based test
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* priority mode is off by default
* support Python 2.5
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* added priority mode (--priority/--no-priority options)
* clearly specified LGPLv3 or later
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* added --xml-report option for reporting test result as XML
* improved diff format
* improved test result output
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* supported colorlized traceback.
* added assert_kernel_symbol.
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* added --color-scheme option.
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* added --color-scheme option.
Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* added assert_run_command
* added assert_search_syslog_call
* added assert_open_file
* added assert_try_call
* assert_call_raise -> assert_raise_call
* assert_call_nothing_raised -> assert_nothing_raised_call
* added pikzie.pretty_print module
* Python >= 2.3
* supported test metadata
* enabled colorized output on screen automatically
* added pend and notify.
Pikzie is an Unit Testing Framework for Python.
The history of Pikzie
0.2.0: 2008-01-31
Pikzie is an Unit Testing Framework for Python.
The history of Pikzie
0.1.0: 2008-01-28