Opened 17 years ago
Closed 16 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 17 years ago by davidf@…
comment:2 Changed 17 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 17 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 16 years ago by dfraser
- Resolution set to wontfix
- Status changed from new to closed
Marking as wontfix as #147 is the current solution
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...