[TIP] PyFit/Fitnesse configuration issue

David Brochu brochu121 at gmail.com
Mon Mar 5 06:09:57 PST 2007


In case anyone else runs into this issue, the easy fix is to add "!path
C:\fitnesse" to the test having issues.

On 3/4/07, Grig Gheorghiu <grig at gheorghiu.net> wrote:
>
> --- David Brochu <brochu121 at gmail.com> wrote:
>
> > I am trying to set up Fitnesse and PyFit on my machine after being
> > convinced
> > of the benefits of using Fitnesse at PyCon.
>
> Hi, David -- glad I managed to convince you of the utility of Fitnesse;
> I thought I didn't do as good of a job presenting PyFIT/Fitnesse as I
> could have during the tutorial (there wasn't a whole lot of time
> either).
>
> > For some reason I can't
> > get the
> > first example in the tutorial (Grig's tutorial) to properly run. I
> > know its
> > probably something silly I have overlooked in setting everything up
> > but I
> > can't seem to find the source of the issue.
> >
> > Wiki page:
> > !define COMMAND_PATTERN {python %m %p}
> > !define TEST_RUNNER {C:\Python24\PyFit-0.6a1\fit\FitServer.py}
> > |eg.Division|
> > |numerator|denominator|quotient?|
> > |10|5|2|
> > |33|11|3|
> >
>
> Looking at my notes
> (<
> http://agiletesting.blogspot.com/2004/11/writing-fitnesse-tests-in-python.html
> >)
> I notice that the first line should be:
>
> !define COMMAND_PATTERN {python "%m" %p}
>
> (note "%m" instead of %m)
>
> Minor detail, I know, but unfortunately PyFIT and Fitnesse are finicky
> that way....Let me know if it solves your problem.
>
> Grig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.idyll.org/pipermail/testing-in-python/attachments/20070305/39598d4f/attachment-0001.htm 


More information about the testing-in-python mailing list