holger krekel
38180ffa5f
fix --version test, set version to 1.0.x rather than 1.0.1 for now, regen setup.py/MANIFEST
...
--HG--
branch : 1.0.x
2009-08-17 16:46:19 +02:00
holger krekel
822b69a4e8
use item's own fspath when doing progress reporting, fixes #31
...
--HG--
branch : 1.0.x
2009-08-17 16:45:52 +02:00
holger krekel
d2f497084e
fixing svn status on incomplete files issue #32
...
--HG--
branch : 1.0.x
2009-08-14 18:01:16 +02:00
Benjamin Peterson
d702f4da14
add a --version option to print the pylib version
...
--HG--
branch : 1.0.x
2009-08-14 09:16:40 -05:00
holger krekel
7b906ca763
[mq]: monkey
...
--HG--
branch : 1.0.x
2009-08-13 20:10:12 +02:00
holger krekel
f0181c35a5
adding a 5 LOC plugin for capturing and ignoring the output of test function calls
...
--HG--
branch : 1.0.x
2009-08-11 19:02:32 +02:00
holger krekel
37976be529
[mq]: flexcom
...
--HG--
branch : 1.0.x
2009-08-11 19:00:41 +02:00
holger krekel
b552f6eb46
* add pytest_nose plugin
...
* have unittest functions always receive a fresh instance
--HG--
branch : 1.0.x
2009-08-10 11:27:13 +02:00
holger krekel
a01e4769cc
simplify internal plugin dispatching code, rename parts of the py._com plugin helpers
...
--HG--
branch : 1.0.x
2009-08-09 23:51:25 +02:00
holger krekel
5c8df1d4ca
turn some tests from skipped to xfail
...
strike dead code, small refinements to xfail exception reporting
--HG--
branch : 1.0.x
2009-08-09 23:46:27 +02:00
holger krekel
d41949a6e3
Test* classes with an __init__ method are not collected anymore
...
--HG--
branch : 1.0.x
2009-08-06 18:15:21 +02:00
holger krekel
58c6971dc8
nicer error message for non-collectable test files / items
...
fixes issue #27
--HG--
branch : 1.0.x
2009-08-06 15:26:45 +02:00
holger krekel
cea46a86aa
[mq]: rename
...
--HG--
branch : 1.0.x
2009-08-06 15:02:38 +02:00
holger krekel
afc8e6bd91
more terse reporting of collection errors / tracebacks, bump version number aiming for 1.0.1
...
--HG--
branch : 1.0.x
2009-08-06 14:49:55 +02:00
holger krekel
8fcdac9dd6
* fix capturing and unicode printing in tests
...
* introduce "_encoding" to py/io/terminalwriter writing
* beautify a few __repr__ for better internal debugging
--HG--
branch : 1.0.x
2009-08-06 14:34:19 +02:00
holger krekel
91597f4100
update various doc bits, fix typos
...
--HG--
branch : 1.0.x
2009-08-04 22:33:24 +02:00
holger krekel
818de59080
Added tag 1.0.0 for changeset 7acde360d94b
...
--HG--
branch : 1.0.x
2009-08-04 12:02:43 +02:00
holger krekel
a94afc6b5e
regen
...
--HG--
branch : 1.0.x
2009-08-04 12:02:38 +02:00
holger krekel
a97a1922e4
Added tag 1.0.0 for changeset 5ea0cdf7854c
...
--HG--
branch : 1.0.x
2009-08-04 12:01:27 +02:00
holger krekel
8c8617c354
* rename "rep" to "report" in reporting hooks
...
* refine docs
* bump version data
* improve announcement
--HG--
branch : 1.0.x
2009-08-04 12:00:04 +02:00
holger krekel
67c4503d1b
fix bestrelpath related tests and docstrings
...
--HG--
branch : 1.0.x
2009-08-04 09:32:05 +02:00
holger krekel
66cf2d3092
make pylint plugin not bail out early, still does nothing useful, though
...
--HG--
branch : 1.0.x
2009-08-03 16:34:48 +02:00
holger krekel
1a570011fe
showing relative paths by default, improving xfail output a bit, bumping version info to 1.0.0
...
--HG--
branch : 1.0.x
2009-08-03 16:01:32 +02:00
holger krekel
30d77f77af
shift options and tests to terminal plugin
...
--HG--
branch : 1.0.x
2009-08-03 15:27:26 +02:00
holger krekel
1349edd3c6
rename iocapture to capture, add/remove some missing files
...
--HG--
branch : 1.0.x
2009-08-03 12:16:12 +02:00
holger krekel
96c863b3c1
rename pocoo to "pastebin" plugin, write documentation, implement whole-session-pasting
...
--HG--
branch : 1.0.x
2009-08-03 11:56:56 +02:00
holger krekel
b5115963ee
Added tag 1.0.0b9 for changeset e2a60653cb49
...
--HG--
branch : 1.0.x
2009-07-31 15:46:38 +02:00
holger krekel
e80714d701
fixes for python 2.4
...
--HG--
branch : 1.0.x
2009-07-31 15:35:22 +02:00
holger krekel
5156216871
regen manifest, improve docs generation
...
--HG--
branch : 1.0.x
2009-07-31 14:43:04 +02:00
holger krekel
a7382df5e9
fix/work around some corner cases for dist-testing
...
--HG--
branch : 1.0.x
2009-07-31 14:22:02 +02:00
holger krekel
737c32c783
handle final teardown properly, add a new experimental hook for it.
...
--HG--
branch : 1.0.x
2009-07-31 14:22:02 +02:00
holger krekel
61c53602f2
introduce new "Error" outcome and group setup/teardown and collection failures into that category. Report them separately.
...
--HG--
branch : 1.0.x
2009-07-31 14:22:02 +02:00
holger krekel
be949f4037
* reworked capturing to only capture once per runtest cycle
...
* added readouterr() method to py.io capturing helpers
--HG--
branch : 1.0.x
2009-07-31 14:21:02 +02:00
holger krekel
2514b8faaf
fix a svn-1.6 issue
...
--HG--
branch : 1.0.x
2009-07-30 21:31:31 +02:00
holger krekel
ad34e50b71
properly handle test items that get locally collected but cannot be collected on the remote side (often due to platform reasons)
...
--HG--
branch : 1.0.x
2009-07-30 09:52:12 +02:00
holger krekel
dcf194ebb8
simplify py.test.mark API,
...
add more plugin docs
--HG--
branch : 1.0.x
2009-07-28 14:26:32 +02:00
holger krekel
5b205e0711
improve assert re-inteprpretation for comparisons
...
--HG--
branch : 1.0.x
2009-07-26 15:31:23 +02:00
holger krekel
9aa781907e
enable capturing during collect
...
added a few xfailed tests for fixture reporting
--HG--
branch : 1.0.x
2009-07-25 18:45:04 +02:00
holger krekel
04e9197fd6
* reworked per-test output capturing into the pytest_iocapture.py plugin
...
* removed all capturing code from config object and pytest_default plugins
* item.repr_failure(excinfo) instead of item.repr_failure(excinfo, outerr)
* added a few logging tests
--HG--
branch : 1.0.x
2009-07-25 18:09:01 +02:00
holger krekel
875ebc18ef
targetting a b9
...
--HG--
branch : 1.0.x
2009-07-23 20:16:27 +02:00
holger krekel
73b10812c5
remove not used files
...
--HG--
branch : 1.0.x
2009-07-22 16:11:26 +02:00
holger krekel
de23d773d2
Added tag 1.0.0b8 for changeset 0eaa0fdf2ba0
...
--HG--
branch : 1.0.x
2009-07-22 16:09:57 +02:00
holger krekel
7fabb3df69
update docs, leave out internal plugins
...
--HG--
branch : 1.0.x
2009-07-22 16:09:49 +02:00
holger krekel
3e226f9392
Added tag 1.0.0b8 for changeset c63f35c266cb
...
--HG--
branch : 1.0.x
2009-07-22 15:05:18 +02:00
holger krekel
5a4b103ab0
regen links and add oejskit place holder text
...
--HG--
branch : 1.0.x
2009-07-22 15:05:09 +02:00
holger krekel
ea11934596
Added tag 1.0.0b8 for changeset 86f1e1b6e49b
...
--HG--
branch : 1.0.x
2009-07-22 15:03:33 +02:00
holger krekel
87daedd719
regen MANIFEST, update changelog
...
--HG--
branch : 1.0.x
2009-07-22 14:58:05 +02:00
holger krekel
155ffa07de
applying samuele's patch fixing a regression
...
resolves issue #26
--HG--
branch : 1.0.x
2009-07-22 14:50:17 +02:00
holger krekel
6216ab2bb7
adding a test and some support code for creating
...
an "sdist" package, unpacking in a virtualenv and
importing and verifying the version
--HG--
branch : 1.0.x
2009-07-22 14:47:10 +02:00
holger krekel
066f8e854d
* refine keyboardinterrupt handling for --dist
...
* generate tests for various options
--HG--
branch : 1.0.x
2009-07-22 14:39:09 +02:00