Ronny Pfannschmidt
|
80f590288b
|
add some bits to ISSUES
|
2013-01-27 02:10:29 +01:00 |
Floris Bruynooghe
|
51b40dd22c
|
Add isolation plugin as a feature
|
2013-01-16 17:09:17 +00:00 |
holger krekel
|
67f8dd0cf2
|
remove issue that doesn't make sense anymore
|
2012-10-28 17:40:30 +01:00 |
holger krekel
|
bb07ba7807
|
rename a number of internal and externally visible variables to use the fixture name
rather than funcargs. Introduce .funcargnames compatibility attribute for backward compat.
|
2012-10-05 14:24:44 +02:00 |
holger krekel
|
6e0c30d67d
|
fix skip/xfail confusion, reported and discussed on
http://stackoverflow.com/questions/11105828/in-py-test-when-i-explicitly-skip-a-test-that-is-marked-as-xfail-how-can-i-get
|
2012-06-23 11:32:32 +02:00 |
holger krekel
|
b92176024c
|
write down some thoughts on parametrization - still not completely clear what the next stage should look like ...
|
2012-03-31 10:01:03 -07:00 |
holger krekel
|
9f6d6f630d
|
walk through issues
|
2012-03-19 06:56:35 -07:00 |
holger krekel
|
d965101f6a
|
add new "parametrize refinement" issue critical for 2.2 series
also cleanup issues a bit and make a note on xUnit/funcargs collaboration
|
2011-12-01 12:23:28 +00:00 |
holger krekel
|
d15ee2fb87
|
some updates, add fslayout idea
|
2011-12-01 10:51:43 +00:00 |
holger krekel
|
346da57a8a
|
bump to version 2.1.3, add release announce, regen docs (with make regen)
|
2011-10-18 20:07:45 +02:00 |
holger krekel
|
4316cf2121
|
quick review of issues
|
2011-09-21 07:52:41 +02:00 |
holger krekel
|
c25ea2cbe2
|
add a note about hook partial finalization issues
|
2011-07-07 21:15:35 +02:00 |
holger krekel
|
22fac92ca0
|
improve and clarify skipping docs
|
2011-03-05 13:08:43 +01:00 |
holger krekel
|
132eeeeade
|
update issues
|
2010-11-05 23:37:31 +01:00 |
holger krekel
|
14b2b128c2
|
update issues
|
2010-10-31 21:47:26 +01:00 |
holger krekel
|
939a53c436
|
fix a problem and make a note about pytest_nose calling setup/teardown functions
--HG--
branch : trunk
|
2010-10-03 11:17:37 +02:00 |
holger krekel
|
a60e470573
|
fix a collection bug where a:🅱️:c could not be resolved properly if
there are multiple 'b' nodes.
--HG--
branch : trunk
|
2010-09-28 15:24:36 +02:00 |
holger krekel
|
1c020c3d32
|
shift reporting info generation away from terminal reporting time, simplify code.
also get rid of redundant 'shortrepr' on collect/test reports
and rename reportinfo to "location" in some places
--HG--
branch : trunk
|
2010-09-26 16:23:44 +02:00 |
holger krekel
|
677f7c0a6a
|
remove trailing whitespace everywhere
--HG--
branch : trunk
|
2010-07-26 21:15:15 +02:00 |
holger krekel
|
1693b9c407
|
update issues
--HG--
branch : trunk
|
2010-07-26 19:54:34 +01:00 |
holger krekel
|
6231bb0da3
|
capture a concrete idea for easing platform-specific testing.
--HG--
branch : trunk
|
2010-06-08 12:29:15 +02:00 |
holger krekel
|
91880ffc19
|
adding three x-failing tests for issue88, issue93 and related issues
--HG--
branch : trunk
|
2010-05-14 12:02:43 +02:00 |
holger krekel
|
74b8fdf28a
|
add an issue about py.test.config deprecation
--HG--
branch : trunk
|
2010-05-10 18:54:17 +02:00 |
holger krekel
|
afdb928b12
|
update ISSUES
--HG--
branch : trunk
|
2010-05-09 08:43:28 +02:00 |
holger krekel
|
b8247bc91e
|
update implementation ISSUES, add one for session/refinements/a collection crash
--HG--
branch : trunk
|
2010-04-30 20:03:57 +02:00 |
holger krekel
|
18b5ddc4dd
|
note down two issues after having helped prologic - also related to
earlier discussions with ronny and others.
--HG--
branch : trunk
|
2010-02-09 18:32:17 +01:00 |
holger krekel
|
3bca6be46d
|
add some issues
--HG--
branch : trunk
|
2010-02-07 02:55:50 +01:00 |
holger krekel
|
17bd875444
|
fail doc generation if pygments is not installed
--HG--
branch : trunk
|
2010-01-21 23:24:33 +01:00 |
holger krekel
|
1ff37207a2
|
another wish
--HG--
branch : trunk
|
2010-01-13 18:20:38 +01:00 |
holger krekel
|
7747655905
|
some issue soritng related to the 1.2 series
--HG--
branch : trunk
|
2010-01-13 18:17:24 +01:00 |
holger krekel
|
030986dcc4
|
reduce usage of the global py.test.config which maybe should die or become less global at some point (along with py.test.ensuretemp)
--HG--
branch : trunk
|
2010-01-13 18:04:58 +01:00 |
holger krekel
|
d53572a710
|
introduce a new pytest_report_header(hook) hook to add additional test-run relevant information to the header of a test report.
--HG--
branch : trunk
|
2010-01-12 21:43:25 +01:00 |
holger krekel
|
3296939eda
|
fix sessionstart/sessionfinish handling at the slave side, set "session.nodeid" to id of the slave and make sure "final" teardown failures are reported nicely. fixes issue66.
--HG--
branch : trunk
|
2010-01-11 17:09:07 +01:00 |
holger krekel
|
352e305431
|
fix and test bug: dist-testing now works again without execnet/pylib installed remotely. fixes issue65.
--HG--
branch : trunk
|
2010-01-10 23:52:23 +01:00 |
holger krekel
|
ff5c1b6611
|
add potential feature from py-dev discussion
--HG--
branch : trunk
|
2010-01-03 14:52:26 +01:00 |
holger krekel
|
018254a907
|
update issues, version numbers
--HG--
branch : trunk
|
2010-01-03 14:33:10 +01:00 |
holger krekel
|
c6c7d041b7
|
disable default inclusion of figleaf plugin because it caused test
failures wrt to capturing/logging interaction. pytest_figleaf should
anyway better become its own externally living plugin.
--HG--
branch : trunk
|
2010-01-03 11:22:32 +01:00 |
holger krekel
|
587951966f
|
adding a logxml plugin and a --xml=path option generating a junit-xml style result log. The xml result log can be parsed nicely by hudson.
Initial code was based on Ross Lawley's pytest_xmlresult plugin.
--HG--
branch : trunk
|
2009-12-31 11:25:07 +01:00 |
holger krekel
|
f02b84d528
|
update ISSUES some more, introduce duration to RunResult and a failing dist-testing termination test.
--HG--
branch : trunk
|
2009-12-30 11:37:46 +01:00 |
holger krekel
|
a15afb5e48
|
skip tests using 'capfd' funcarg but not having os.dup. cleanup issues and regen plugin docs.
--HG--
branch : trunk
|
2009-12-30 11:16:20 +01:00 |
holger krekel
|
77b640d1b7
|
streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation .
--HG--
branch : trunk
|
2009-12-29 22:26:03 +01:00 |
holger krekel
|
4b1db63b35
|
add some issues
--HG--
branch : trunk
|
2009-12-20 22:11:36 +01:00 |
holger krekel
|
15ed79cb08
|
add note related to issue64
--HG--
branch : trunk
|
2009-12-08 00:06:50 +01:00 |
holger krekel
|
1f45edf121
|
note down dist-testing/execnet issue
--HG--
branch : trunk
|
2009-12-07 23:54:22 +01:00 |
holger krekel
|
213c9fa119
|
another issue
--HG--
branch : trunk
|
2009-12-07 13:27:24 +01:00 |
holger krekel
|
f93c7e0cc4
|
update some small issues
--HG--
branch : trunk
|
2009-12-06 19:18:53 +01:00 |
holger krekel
|
bb755ae009
|
starting an ISSUES.txt with a conftest issue
--HG--
branch : trunk
|
2009-11-25 19:50:39 +01:00 |