New release of your favourite testing tools is here. ;-)
This is mostly a bugfix release, trying to polish a few rough edges.
Pythoscope is now faster, handles bigger projects without hassle and
doesn't cause problems on Windows anymore.
To install/update get the source package from
http://pythoscope.org/local--files/download/pythoscope-0.4.1.tar.gz
and run:
$ python setup.py install
or simply use setuptools:
$ easy_install pythoscope==0.4.1
Full summary of changes:
* Greatly improved information storage performance
(https://blueprints.launchpad.net/pythoscope/+spec/improve-information-storage-performance).
* Added Pythoscope module for Emacs to the misc/ directory in the source tree.
* Unittests can now be used as points of entry
(https://bugs.launchpad.net/bugs/275059).
* Pythoscope now ignores source control files
(https://bugs.launchpad.net/bugs/284568).
* Static inspection happens on --init, as it should be
(https://bugs.launchpad.net/bugs/325928).
* Ported itertive pattern matcher for lib2to3 from Python trunk
(https://bugs.launchpad.net/bugs/304541).
* Fixed test generation bug related to nested function arguments
(https://bugs.launchpad.net/bugs/344220).
* Fixed point of entry cleanup bug (https://bugs.launchpad.net/bugs/324522).
* Fixed some more Windows-specific bugs
(https://bugs.launchpad.net/bugs/348136).
Cheers,
mk