Menu

Pikzie / News: Recent posts

Pikzie: pikzie 1.0.4 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

Improvements

  • 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

Posted by Kouhei Sutou 2016-07-29

Pikzie: pikzie 1.0.3 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

Fixes

  • Fixed a bug that Ctrl-c doesn't stop test.
    [GitHub#24][Patch by Fujimoto Seiji]

Thanks

  • Fujimoto Seiji
Posted by Kouhei Sutou 2016-07-07

Pikzie: pikzie 1.0.2 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

Improvements

  • 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

Posted by Kouhei Sutou 2016-07-02

Pikzie: pikzie 1.0.1 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

Just package fix.

Posted by Kouhei Sutou 2011-12-18

Pikzie: pikzie 1.0.0 Released

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

Posted by Kouhei Sutou 2011-12-18

Pikzie: pikzie 0.9.7 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* normalize test module name on test loading

Posted by Kouhei Sutou 2010-05-24

Pikzie: pikzie 0.9.6 Released

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

Posted by Kouhei Sutou 2010-05-20

Pikzie: pikzie 0.9.5 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.
* support omit
* support Windows partially

Posted by Kouhei Sutou 2009-07-23

Pikzie: pikzie 0.9.4 Released

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

Posted by Kouhei Sutou 2009-05-29

Pikzie: pikzie 0.9.3 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* fix wrong 'sorted' detection
* improve message detection in assert_search_syslog_call

Posted by Kouhei Sutou 2008-12-25

Pikzie: Pikzie 0.9.2 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* improve diff output
* support module based test

Posted by Kouhei Sutou 2008-06-26

Pikzie: Pikzie 0.9.1 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* priority mode is off by default
* support Python 2.5

Posted by Kouhei Sutou 2008-06-25

Pikzie: Pikzie 0.9.0 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* added priority mode (--priority/--no-priority options)
* clearly specified LGPLv3 or later

Posted by Kouhei Sutou 2008-03-31

Pikzie: Pikzie 0.8.0 Released

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

Posted by Kouhei Sutou 2008-03-24

Pikzie: Pikzie 0.7.0 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* supported colorlized traceback.
* added assert_kernel_symbol.

Posted by Kouhei Sutou 2008-02-26

Pikzie: Pikzie 0.6.0 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* added --color-scheme option.

Posted by Kouhei Sutou 2008-02-25

Pikzie: Pikzie 0.5.0 Released

Pikzie is an easy to write/debug Unit Testing Framework for
Python.

* added --color-scheme option.

Posted by Kouhei Sutou 2008-02-20

Pikzie: Pikzie 0.4.0 Released

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

Posted by Kouhei Sutou 2008-02-18

pikzie 0.3.0 Released

* Python >= 2.3

* supported test metadata
* enabled colorized output on screen automatically
* added pend and notify.

Posted by Kouhei Sutou 2008-02-14

pikzie 0.2.0 Released

Pikzie is an Unit Testing Framework for Python.

The history of Pikzie

0.2.0: 2008-01-31

Posted by Kouhei Sutou 2008-01-31

pikzie 0.1.0 Released

Pikzie is an Unit Testing Framework for Python.

The history of Pikzie

0.1.0: 2008-01-28

Posted by Kouhei Sutou 2008-01-28
MongoDB Logo MongoDB