[tap-l] pyTAP

Steffen Schwigon ss5 at renormalist.net
Fri Mar 4 12:14:49 GMT 2011


Kamal Ahmed <kamal2222ahmed at yahoo.com> writes:
> Hi,
>
> Can anyone provide a working example of pyTAP 
> ref: https://github.com/rjbs/pytap

Please try that sequence:

  git clone git://github.com/rjbs/pytap.git
  cd pytap
  python setup.py build

  # I did not try "python setup.py install"
  # therefore using PYTHONPATH from here

  PYTHONPATH=build/lib.linux-x86_64-2.6 python examples/ok.t


And for evaluating result with the TAP::Parser via prove:

  PYTHONPATH=build/lib.linux-x86_64-2.6 prove -vl -e python examples/ok.t


Does that help for the first steps?

Kind regards,
Steffen 
-- 
Steffen Schwigon <ss5 at renormalist.net>
Dresden Perl Mongers <http://dresden-pm.org/>


More information about the tap-l mailing list