Is PyFIT dead and abandoned?

O

oakley

I was wanting to experiment with PyFIT but it seems DOA. Googling
doesn't yield any information less than two years old. When I try to
install 0.8a2 I get errors because setup.py references a non-existant
file (FitFilter.py). I find it hard to believe that in two years
nobody has stumbled over this unless there's simply no one using it.

Has PyFIT been completely abandoned? Is there a better alternative or
other resources to help me integrate fitnesse and python?
 
J

James Mills

Has PyFIT been completely abandoned? Is there a better alternative or
other resources to help me integrate fitnesse and python?

I for one am not interested in this kind of framework
for testing - and yet I come from a strict Software
Engineering background where this kind of User
Acceptance and Requirements-based testing is
taught.

I think you'll find most developers prefer to use
unit test frameworks and python has a great one
built-in to the standard library. In 99.9% of use
cases, writing unit tests and well documented
and well designed, re-usable units of code
is far better than what any Requirements
and Interactive testing framework could ever
offer.

My 2c (or is it $2 now?!)

Thanks,

cheers
James
 
P

Pekka Laukkanen

2008/10/6 said:
I was wanting to experiment with PyFIT but it seems DOA. Googling
doesn't yield any information less than two years old. When I try to
install 0.8a2 I get errors because setup.py references a non-existant
file (FitFilter.py). I find it hard to believe that in two years
nobody has stumbled over this unless there's simply no one using it.

Has PyFIT been completely abandoned? Is there a better alternative or
other resources to help me integrate fitnesse and python?

AFAIK PyFIT is still developed by John Roth, who's, AFAIK gain, also
the original author this FIT port. Fitnesse mailing list [1] is
probably the best place for asking further questions.

If you are interested in acceptance testing frameworks, especially
ones implemented with Python, you may also want to take a look at
Robot Framework [2]. This framework is FIT-like but original
influences come elsewhere. To get an overview of the most important
features, take a look at the Quick Start Guide [3].

I'm the lead developer of Robot Framework so I'm too biased to
objectively compare it to PyFIT or other frameworks. I'd be interested
in hearing comments and feedback from others, though, and promise to
answer questions and otherwise help getting started. I'll probably
also send a bit longer announcement mail to this list soonish
(assuming that such announcements are OK to moderators).

Cheers,
.peke

[1] http://tech.groups.yahoo.com/group/fitnesse/
[2] http://robotframework.org
[3] http://code.google.com/p/robotframework/wiki/QuickStartGuide
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top