hpk
d9242d2a75
[svn r63054] several windows fixes, test suite passes now remotely.
...
--HG--
branch : trunk
2009-03-18 21:49:38 +01:00
hpk
772658d616
[svn r63028] allow py.test --exec=python2.4 -n 3 to work
...
and fix some bugs from doing so.
--HG--
branch : trunk
2009-03-18 13:05:18 +01:00
hpk
87cd94a197
[svn r63027] new API:
...
py.execnet.MultiGateway
py.execnet.MultiChannel
py.execnet.GatewaySpec
with some docs and streamlined tests.
--HG--
branch : trunk
2009-03-18 12:18:39 +01:00
hpk
e9f275b176
[svn r62633] fix path bugs, don't feel like writing a test for this, currently.
...
--HG--
branch : trunk
2009-03-06 11:59:02 +01:00
hpk
c61eb2caac
[svn r62617] renaming doc, small fix
...
--HG--
branch : trunk
2009-03-06 00:17:30 +01:00
hpk
7688f88c4f
[svn r62492] removing apigen bits from py lib, they are now in svn/apigen
...
--HG--
branch : trunk
2009-03-03 19:06:16 +01:00
hpk
7765dda208
[svn r62352] add a note about how to specify plugins
...
--HG--
branch : trunk
2009-03-02 12:22:11 +01:00
hpk
a1295015f1
[svn r62348] add support fo setting command line options from PYTEST_OPTION_NAME environment vars
...
add a first bit of documentation
(merge of 62304:HEAD from the hostmanage branch)
--HG--
branch : trunk
2009-03-02 12:14:59 +01:00
hpk
6f145b7c3c
[svn r62252] renaming "py.test.keywords" to "py.test.mark".
...
--HG--
branch : trunk
2009-02-27 20:56:51 +01:00
hpk
c17a09adaf
[svn r62211] merge 60797:HEAD of pytestplugin branch:
...
this merge contains:
* a new plugin architecture
* a pluginized pytest core
* many pytest related refactorings
* refactorings/streamlining of pytest's own tests
--HG--
branch : trunk
2009-02-27 11:18:27 +01:00
hpk
186c2610cd
[svn r61961] improve documentation about "-k" keyword handling.
...
--HG--
branch : trunk
2009-02-17 09:56:29 +01:00
hpk
044adeec0c
[svn r60974] some reformulations, less "magic" mentionings
...
--HG--
branch : trunk
2009-01-14 21:07:05 +01:00
pedronis
d491d68d51
[svn r60137] support for explicitly named generative tests with tests and doc addition.
...
--HG--
branch : trunk
2008-11-25 17:10:16 +01:00
hpk
af86caf712
[svn r58517] clarify/better english for the cross-python version namespaces
...
--HG--
branch : trunk
2008-10-01 11:24:24 +02:00
hpk
cf833b023c
[svn r58516] fix typo
...
--HG--
branch : trunk
2008-10-01 11:11:29 +02:00
hpk
a80bfae0a1
[svn r58386] adding info for debian and rpm systems
...
--HG--
branch : trunk
2008-09-23 16:42:27 +02:00
hpk
0974aa784a
[svn r58375] some updates on the filesystem front
...
--HG--
branch : trunk
2008-09-23 12:41:22 +02:00
hpk
cc10d84088
[svn r58308] * de-generalize conditional skips and only care
...
nicely for common tedious causes of skipping:
import a module and checking it has a certain
version. usage example:
docutils = py.test.importorskip(docutils, minversion="0.4")
* used new helper and cleanup skipping logic in py lib
--HG--
branch : trunk
2008-09-21 17:15:28 +02:00
hpk
13c7fb6709
[svn r58298] move and update TODO file
...
--HG--
branch : trunk
2008-09-21 14:51:32 +02:00
hpk
e77fab82ee
[svn r58297] add a new way of conditionally skipping a test:
...
py.test.skip(ifraises="...")
see more info in the added doc.
also remove a redundant raises test and
cleanup raises code a bit.
--HG--
branch : trunk
2008-09-21 14:50:56 +02:00
hpk
cdb8fa1abe
[svn r58288] update TODOs, docstring
...
--HG--
branch : trunk
2008-09-21 10:17:11 +02:00
hpk
39440c91c9
[svn r58010] some support for old naming because many sites import ReST checker from this conftest.
...
--HG--
branch : trunk
2008-09-09 18:51:49 +02:00
hpk
561a14054c
[svn r57754] * introduce py.test.collect.File (File for py or non-py files)
...
* introduce py.test.collect.Collector.collect_by_name and
special case it for Directories to allow specifying
files that would otherwise be ignored because of filters.
* fix py/doc/conftest to work with new API
* refactor py/doc/test_conftest.py to use suptest helper
* avoid old APIs in some more places.
--HG--
branch : trunk
2008-09-02 14:24:15 +02:00
hpk
ee94d1d2bd
[svn r57707] review todo.txt and future/* items, merge into one TODO.txt file.
...
--HG--
branch : trunk
2008-09-01 10:37:17 +02:00
hpk
d9f3c868e8
[svn r57689] mentioning "-U" switch.
...
--HG--
branch : trunk
2008-08-29 20:55:42 +02:00
hpk
0dbe04abcb
[svn r57587] merging doc and tool changes from release branch
...
svn merge -r 57540:HEAD release/0.9.x
--HG--
branch : trunk
2008-08-22 15:41:17 +02:00
hpk
a999dc8472
[svn r57540] merge changes from release branch back
...
[svn merge -r 57430:HEAD ../release/0.9.x/ .]
* cmdline script organisation
* execnet windows fixes
* documentation updates
* test skips
also regen setup.py
--HG--
branch : trunk
2008-08-21 12:18:58 +02:00
hpk
4115e975d1
[svn r57429] merging/porting the release branch changes and
...
cleanups to trunk.
svn merge -r 56716:HEAD ../release/0.9.x/ to trunk
--HG--
branch : trunk
2008-08-18 17:08:39 +02:00
hpk
82b9899401
[svn r57346] shift talk from py/doc to extradoc/talk dir
...
--HG--
branch : trunk
2008-08-17 13:58:56 +02:00
hpk
abc8cf09aa
[svn r57321] merging the event branch:
...
* moving in test, misc, code, io directories and
py/__init__.py
* py/bin/_find.py does not print to stderr anymore
* a few fixes to conftest files in other dirs
some more fixes and adjustments pending
--HG--
branch : trunk
2008-08-16 17:26:59 +02:00
hpk
7428eadf7d
[svn r57320] remove test, misc, doc, io, and code directories
...
that are to come from the event branch with the next commit.
--HG--
branch : trunk
2008-08-16 17:10:17 +02:00
hpk
e101bad658
[svn r56721] some more upcoming notes
...
--HG--
branch : trunk
2008-07-22 21:12:17 +02:00
hpk
f9b7835181
[svn r56712] add a note about the needed FILE:LINENO summary.
...
--HG--
branch : trunk
2008-07-22 16:39:45 +02:00
hpk
49fb0d39af
[svn r56663] some more planning and notes for 1.0
...
--HG--
branch : trunk
2008-07-19 12:24:09 +02:00
hpk
c95b6544e4
[svn r56636] note regarding collection/runtest ambiguity
...
--HG--
branch : trunk
2008-07-18 11:50:49 +02:00
hpk
f97333b057
[svn r56635] a few notes for release planning
...
--HG--
branch : trunk
2008-07-18 11:38:21 +02:00
hpk
6d5c15b340
[svn r56304] almost any version works
...
--HG--
branch : trunk
2008-07-04 16:03:19 +02:00
hpk
41064e610e
[svn r56286] note that --showlocals doesn't work on trunk
...
--HG--
branch : trunk
2008-07-04 10:01:15 +02:00
guido
14bdc16dd5
[svn r52001] Removed (outdated, and perhaps a bit too verbose) document about svn auth, in
...
favour of a short note and code example in the existing path.txt doc in docs.
--HG--
branch : trunk
2008-03-01 15:14:11 +01:00
hpk
f3f84fa36c
[svn r51329] rename special __package__ to __pkg__ because python 2.6 needs the former
...
(thanks to Ralf Schmitt)
--HG--
branch : trunk
2008-02-08 09:43:05 +01:00
hpk
24e2d79924
[svn r51132] a todo/note on skip's and speed (inspired by exarkun on #pypy)
...
--HG--
branch : trunk
2008-01-30 16:25:40 +01:00
hpk
e03e71c96f
[svn r51058] fix ReST
...
--HG--
branch : trunk
2008-01-26 12:45:03 +01:00
hpk
923c85b701
[svn r51057] review, refactor and write up for some 1.0 related TODOs
...
--HG--
branch : trunk
2008-01-26 12:33:32 +01:00
hpk
f2b0bd10e6
[svn r51034] merging in fijal's reporter-merge branch into the trunk,
...
still needs refactoring as far as i am concernced.
--HG--
branch : trunk
2008-01-25 16:54:04 +01:00
hpk
8569bd57a9
[svn r50606] don't fail for links to html files where we don'T have a .txt
...
--HG--
branch : trunk
2008-01-14 17:43:08 +01:00
fijal
11e2b9426f
[svn r45525] be a bit more impersonal
...
--HG--
branch : trunk
2007-08-07 09:11:18 +02:00
fijal
141a101673
[svn r45520] Add some rough ideas about pylib plannign
...
--HG--
branch : trunk
2007-08-06 15:58:54 +02:00
fijal
e49f017024
[svn r42273] Added a file about what I would like to have in apigen.
...
--HG--
branch : trunk
2007-04-23 19:41:43 +02:00
fijal
9f223d2bc3
[svn r42194] Add my notes (this time for real)
...
--HG--
branch : trunk
2007-04-20 10:02:38 +02:00
fijal
03c8634b09
[svn r42193] revert my changes
...
--HG--
branch : trunk
2007-04-20 10:01:00 +02:00