[TIP] the new version of figleaf

C. Titus Brown ctb at msu.edu
Tue Mar 31 00:48:40 PDT 2009


hi all,

at

	http://github.com/ctb/figleaf/commits/master

you can get the latest figleaf.

Briefly, to check out figleaf:

	# check out figleaf
	git clone git://github.com/ctb/figleaf.git
	python setup.py install

to try out the included figleaf nose plugin:

	nosetests --with-figleaf examples/test_nose_sections.py
	figleaf2html
	# now, look in html/index.html

to try out figleaf sections:

	nosetests --with-figleafsections examples/test_nose_sections.py
	annotate-sections examples/test_nose_sections.py
	# now, look in examples/test_nose_sections.py.sections

I hope that all works... let me know if it doesn't.  g'nite!

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the testing-in-python mailing list