Edgewall Software
Modify

Opened 16 years ago

Closed 15 years ago

#220 closed enhancement (wontfix)

Support py.test unit tests

Reported by: davidf@… Owned by: cmlenz
Priority: minor Milestone: 0.6
Component: General Version: dev
Keywords: testing Cc: davidf@…
Operating System:

Description

py.test is a advanced unit testing system that isn't built upon the standard Python unittest module. It would be useful to be able to run and upload test results using py.test

Attachments (0)

Change History (4)

comment:1 Changed 16 years ago by davidf@…

So far I have a start at a patch to py.test to produce XML output. Next is to try and make that XML output conform to what bitten expects - although I haven't seen docs on that anywhere...

comment:2 Changed 16 years ago by r.wilczek@…

I just had to deal with Bitten's expectations from the PHP-side. I think you should look at trunk/bitten/build/pythontools.py dev unittest (line 371) to get an idea.

comment:3 Changed 16 years ago by anonymous

I'm planning on abandoning this and switching to nosetests using #147 as py.test's output is a nightmare to hijack, and the solution there may work for us.

comment:4 Changed 15 years ago by dfraser

  • Resolution set to wontfix
  • Status changed from new to closed

Marking as wontfix as #147 is the current solution

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.