Hi, zope.testrecorder is a tool to record navigation browser for doctest. In this post I explain how install it with buildout. In your buildout.cfg : [buildout] parts = zope2 fakezope2eggs ... eggs = … more →
PyYou WeblogDavid Chandek-Stark wrote 9 months ago: I’ve long had the nagging feeling that I’m not writing enough tests for my code. It … more →
Jacob wrote 10 months ago: One of my favorite aspects of Python is that it makes practicing TDD very easy. What makes it so fri … more →
ushimitsudoki wrote 1 year ago: I like to try to use doctest, but I was getting tired of always adding: #doctest +ELLIPSIS all the t … more →
encolpe wrote 1 year ago: A short bill about testing forms with files. First you need to setup you environment using your site … more →
yboussard wrote 1 year ago: Hi, zope.testrecorder is a tool to record navigation browser for doctest. In this post I explain how … more →
yboussard wrote 1 year ago: Hi ! I work at the present time to an project with a lot data provided by an ldap server. The schema … more →
Jonathan Yedidia wrote 2 years ago: Along with using version control, another absolute key to developing reliable software is to systema … more →