guido
a6fd3c241e
[svn r38439] Fixed a list of things suggested by hpk: changed method order in class pages,
...
changed page titles, added links to the api and source index from the nav bar
(also in py/doc html), changed function views, made it possible to remove an
item from the navigation, changed header 'properties' to 'class attributes and
properties', removed duplicate stack traces (in a somewhat unsatisfying way,
needs revisiting later I think).
--HG--
branch : trunk
2007-02-11 03:04:36 +01:00
hpk
4815c6de21
[svn r38220] moved -f and --exec in the documentation as well
...
--HG--
branch : trunk
2007-02-09 00:41:59 +01:00
guido
db4a19f473
[svn r38151] Small change in the text to make it a bit more understandable.
...
--HG--
branch : trunk
2007-02-08 16:14:52 +01:00
guido
5ea9a43dce
[svn r38142] Fixed problem with indentation in the results of a doctest.
...
--HG--
branch : trunk
2007-02-08 14:47:23 +01:00
hpk
356b831208
[svn r38123] skip path.txt svn tests if not run via --checkremote
...
--HG--
branch : trunk
2007-02-07 22:32:30 +01:00
hpk
7213771cc9
[svn r38122] fix parsing of extra lines (to be executed)
...
--HG--
branch : trunk
2007-02-07 22:31:13 +01:00
hpk
1390114d82
[svn r38118] there is no gurantee anymore that tests run in order
...
--HG--
branch : trunk
2007-02-07 21:48:49 +01:00
hpk
47aea3ca7b
[svn r38104] fixing this so "py.test -s" passes on this as well
...
--HG--
branch : trunk
2007-02-07 20:04:35 +01:00
hpk
77b8a010c5
[svn r38097] streamline boxed test configuration:
...
"config.option.boxed" indicates now boxed tests
and RSession.fixoptions takes care to honour
dist_boxed accordingly. So you can do
if not py.test.config.boxed:
py.test.skip(...)
i also fixed the documentation.
--HG--
branch : trunk
2007-02-07 19:43:23 +01:00
guido
1b43f3c324
[svn r38070] Removed broken anchor from link.
...
--HG--
branch : trunk
2007-02-07 16:24:11 +01:00
cfbolz
157a77ef0a
[svn r37992] have real definitions (yes, the empty lines make a difference). rest is strange.
...
--HG--
branch : trunk
2007-02-06 00:56:14 +01:00
cfbolz
d45b45a74e
[svn r37991] remove colons and change the subsecion title
...
--HG--
branch : trunk
2007-02-06 00:53:46 +01:00
cfbolz
9b6787782d
[svn r37989] add an overview over py.tests command-line options
...
--HG--
branch : trunk
2007-02-06 00:50:11 +01:00
cfbolz
a430e2b8f5
[svn r37987] split the py.test docs into implementation and customization docs and normal
...
user docs.
--HG--
branch : trunk
2007-02-06 00:18:22 +01:00
guido
102409a846
[svn r37984] Moved all the apigen information into one document and adjusted to match the
...
current situation.
--HG--
branch : trunk
2007-02-05 23:37:23 +01:00
hpk
11591c3c4f
[svn r37950] * add and document dist_rsync_ignore option to ignore
...
files and directories for rsyncing
--HG--
branch : trunk
2007-02-05 02:14:17 +01:00
hpk
95f38694cb
[svn r37886] hum, i thought i had refactored this option name already ...
...
also the wrong name does not even cause a test failure. odd.
--HG--
branch : trunk
2007-02-03 21:35:14 +01:00
fijal
f5308aba2d
[svn r37881] Some other stuff goes private
...
--HG--
branch : trunk
2007-02-03 19:52:21 +01:00
fijal
46a91b3705
[svn r37876] s/get_collector_trail/_get_collector_trail/
...
--HG--
branch : trunk
2007-02-03 19:00:04 +01:00
fijal
9b62f2290c
[svn r37862] Move Skipped/Failed/Passed out of public namespace
...
--HG--
branch : trunk
2007-02-03 13:14:46 +01:00
hpk
90188b1256
[svn r37855] a first rough list for py.test namespace cleanup
...
--HG--
branch : trunk
2007-02-03 12:18:25 +01:00
hpk
923c65f13e
[svn r37835] some updates to TODO items
...
--HG--
branch : trunk
2007-02-03 00:10:38 +01:00
hpk
04c3bcd074
[svn r37834] reworked execnet intro to more explicitely state
...
the main (high-level) features.
--HG--
branch : trunk
2007-02-03 00:09:29 +01:00
hpk
0600b1aa36
[svn r37815] path.txt: showing a bit more for string methods
...
update TODO
--HG--
branch : trunk
2007-02-02 19:27:22 +01:00
hpk
084460ffd4
[svn r37789] small updates and streamlining of docs
...
--HG--
branch : trunk
2007-02-02 02:22:43 +01:00
guido
b8bb733778
[svn r37782] Changed the checking in resolve_linkrole() so that instead of the apigen
...
results (the directory with HTML files) it uses the py lib object tree and
source tree to find out whether links are valid.
--HG--
branch : trunk
2007-02-02 01:00:50 +01:00
guido
23aeccc8c8
[svn r37776] Fixed some problems with the relative link checker (was using the wrong base
...
path for checks), fixed links in the documents.
--HG--
branch : trunk
2007-02-02 00:12:49 +01:00
guido
80a0045805
[svn r37774] Adding support for checking generated API links (for link roles).
...
--HG--
branch : trunk
2007-02-01 23:30:51 +01:00
cfbolz
df0736db08
[svn r37773] typo
...
--HG--
branch : trunk
2007-02-01 23:27:51 +01:00
hpk
e5d7fcd0d8
[svn r37769] minor clarifi
...
--HG--
branch : trunk
2007-02-01 22:16:10 +01:00
guido
024608bdcd
[svn r37767] Fixed Windows issues in doctests.
...
--HG--
branch : trunk
2007-02-01 21:28:21 +01:00
guido
a2359e0554
[svn r37752] Added some more code examples.
...
--HG--
branch : trunk
2007-02-01 16:58:42 +01:00
hpk
df8ff8144c
[svn r37742] fix reference
...
--HG--
branch : trunk
2007-02-01 16:23:27 +01:00
hpk
b706ec2f95
[svn r37741] monster checking for
...
* unifying IO capturing methods
* py.io.StdCapture and py.io.StdCaptureFD
(and both have a classmethod 'call' that is
a shortcut for capturing output while
executing a function)
* removing lots of duplicate code
* providing some examples in py/doc/io.txt
at least tests on win32 and linux seem
to pass all for me.
--HG--
branch : trunk
2007-02-01 16:20:39 +01:00
hpk
661d984aec
[svn r37703] adding references to path and code documentation
...
--HG--
branch : trunk
2007-01-31 23:56:18 +01:00
hpk
3e91580231
[svn r37701] note on removal of compat.TestCase
...
--HG--
branch : trunk
2007-01-31 23:44:03 +01:00
hpk
0945e7668a
[svn r37700] refer to experimental gateway path code
...
for substantiating future directions.
--HG--
branch : trunk
2007-01-31 23:43:32 +01:00
guido
58eace43f9
[svn r37674] Added document 'code.txt' that describes py.code, added docstrings to py.code
...
public items.
--HG--
branch : trunk
2007-01-31 16:29:18 +01:00
hpk
65f51efa55
[svn r37664] some streamlining, additions and "de-marketing" :)
...
and adding some XXX
--HG--
branch : trunk
2007-01-31 12:49:25 +01:00
hpk
bd71dff595
[svn r37647] make the example independent from the installed python binaries
...
--HG--
branch : trunk
2007-01-31 00:46:20 +01:00
arigo
89a4750535
[svn r37646] Wording, and missing attribute in the greenlet documentation.
...
--HG--
branch : trunk
2007-01-31 00:29:45 +01:00
hpk
dcafd4cd60
[svn r37645] adding an example for execnet (passes doctest)
...
--HG--
branch : trunk
2007-01-31 00:23:59 +01:00
cfbolz
a05708848a
[svn r37644] typo
...
--HG--
branch : trunk
2007-01-31 00:20:50 +01:00
hpk
97346c8a5a
[svn r37643] stroke the historical notes, and streamlined
...
various parts of execnet documentation,
added some api references.
--HG--
branch : trunk
2007-01-31 00:13:49 +01:00
hpk
e721d85278
[svn r37641] removing py.path.extpy after all
...
--HG--
branch : trunk
2007-01-30 23:22:15 +01:00
guido
e7c684eb37
[svn r37640] Added first bits of a document about py.path.
...
--HG--
branch : trunk
2007-01-30 23:01:04 +01:00
guido
d3c2f5c7b1
[svn r37639] Not sure why this was here... :|
...
--HG--
branch : trunk
2007-01-30 23:00:33 +01:00
fijal
d80bbf4a68
[svn r37622] Don't use previous versions in future examples
...
--HG--
branch : trunk
2007-01-30 17:56:58 +01:00
fijal
ff7e89a145
[svn r37621] all tests works for me
...
--HG--
branch : trunk
2007-01-30 17:55:04 +01:00
fijal
c1e6116de5
[svn r37555] update
...
--HG--
branch : trunk
2007-01-29 18:14:27 +01:00