guido
d3cd1c5bcf
[svn r38393] Made (displayed) paths to source files relative whenever possible.
...
--HG--
branch : trunk
2007-02-10 16:19:17 +01:00
hpk
e280dfe1f0
[svn r38392] looponfailing tricked me into committing too early
...
(syntax error, bah)
--HG--
branch : trunk
2007-02-10 16:07:30 +01:00
hpk
bc009c4aef
[svn r38391] check more exactly if we are working
...
from a default rsync_root (checking
for rsync_root == topdir is not safe
as the topdir may be explicitely contained
in the rsync_root list)
--HG--
branch : trunk
2007-02-10 16:05:32 +01:00
hpk
d3e2c68e03
[svn r38390] refining the logic: for inplace-localhosts ("optimized localhost")
...
we do not add any relative path.
--HG--
branch : trunk
2007-02-10 15:51:25 +01:00
hpk
fa94900836
[svn r38389] completing the picture: now if you don't have rsync_roots
...
specified, the config.topdir is transfered but it is
transferred to the "remotepath.join(topdir.basename)"
(not actual code) to avoid random such rsyncs to
destroy/affect remote filesystem state.
--HG--
branch : trunk
2007-02-10 15:45:41 +01:00
guido
f88bbf1b83
[svn r38388] Removed stuff that's done, added a couple more items to do.
...
--HG--
branch : trunk
2007-02-10 15:22:16 +01:00
guido
ada3a4cfcf
[svn r38386] Fixed some more nasty problems after running py.test --apigen on pypy: problem
...
recognizing """foo "bar" baz""" as a single line string (hack unfortunately),
unicode problems. Also added some code to debug the tokenizer: you can now run
the color.py script with a Python file as arg to tokenize the file.
--HG--
branch : trunk
2007-02-10 15:20:21 +01:00
hpk
e11e7472bc
[svn r38378] snapshot commit for: each rsync root is now copied to
...
remote-topdir.join(root.basename)
--HG--
branch : trunk
2007-02-10 14:21:26 +01:00
guido
663447a7d1
[svn r38370] Hrmph, probably the nastiest case of 'debug print' I ran into so far, bringing
...
apigen almost to a crawl... Also small optimization making that 'normal'
multi-line strings are resolved before those using \.
--HG--
branch : trunk
2007-02-10 13:02:06 +01:00
guido
4d4ce90f73
[svn r38362] Fixed stupidity in the last checkin: only matching multi-line strings using
...
slashes if the slash is actually at the end of the line... :(
--HG--
branch : trunk
2007-02-10 12:06:58 +01:00
hpk
e04e08718f
[svn r38352] made localhost inplace handling safer (and more
...
redundant, there is an additional flag now,
and host.gw_remotepath is None for localhost-inplace
hosts)
--HG--
branch : trunk
2007-02-10 09:52:22 +01:00
hpk
e57df20f4b
[svn r38315] fixing failing apigen test and adding
...
a string equality assertion helper
(if we need to have such exact string-comparison tests,
then let's at least make it convenient
to discover the problem quickly)
--HG--
branch : trunk
2007-02-09 21:36:20 +01:00
hpk
248a8d944f
[svn r38310] assertion to be sure about keywords
...
--HG--
branch : trunk
2007-02-09 20:45:04 +01:00
fijal
0d6d17dc96
[svn r38302] Kill _dist_import_pypy
...
--HG--
branch : trunk
2007-02-09 19:33:00 +01:00
guido
30608ea412
[svn r38262] Fixed support for tokenizing multi-line strings that use \ to span lines.
...
--HG--
branch : trunk
2007-02-09 16:13:30 +01:00
fijal
aa4896fa04
[svn r38249] It seems that there was somehow different idea in mind, but I actually
...
do not get it.
Right now there is no way to override default session other than
from py.__.test import config; config.TerminalSession = 'name_to_import'
which is scary. Holger please take a look.
--HG--
branch : trunk
2007-02-09 14:24:08 +01:00
guido
73281adc5a
[svn r38246] Fixed problems with line height in sources, added missing commas to seperate
...
base classes, added all Python (2.5) keywords.
--HG--
branch : trunk
2007-02-09 14:01:08 +01:00
guido
d2f11081cb
[svn r38221] Reverting previous changes after a discussion with hpk.
...
--HG--
branch : trunk
2007-02-09 00:43:27 +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
hpk
828ef252d0
[svn r38219] looponfailing and exec are not so experimental
...
--HG--
branch : trunk
2007-02-09 00:38:07 +01:00
hpk
b175e90f26
[svn r38218] i give up for now, somehow the local change
...
in the FileBox affects --dist testing in ways i
can't fully understand at the moment (i would
think it only affects --boxed test runs). So
we are back to share tempdirs when running boxed
(causing failures elswhere). We care later, i guess.
--HG--
branch : trunk
2007-02-09 00:25:32 +01:00
guido
c1216c2346
[svn r38217] Moved the -S option to a new conftest.py in the execnet dir to avoid nasty
...
option re-definition problems.
--HG--
branch : trunk
2007-02-09 00:21:38 +01:00
guido
0bd286ba94
[svn r38216] Adjusting the conftest-for-socketgateway example so it takes care of the -S
...
option (like the default one does), this caused some test failure.
--HG--
branch : trunk
2007-02-08 23:50:00 +01:00
guido
9a0fa93ce6
[svn r38215] Gotta love the XHTML validity checks... ;)
...
--HG--
branch : trunk
2007-02-08 23:47:28 +01:00
hpk
07310d0799
[svn r38214] be a bit nicer: don't pollute /tmp with a new tempdir
...
for each boxed test run. Also fix the counting
of boxes (how did it ever work like this, anyway)
--HG--
branch : trunk
2007-02-08 23:24:44 +01:00
guido
999da7a376
[svn r38213] Some small cleanups, made fonts a bit smaller and more consistent.
...
--HG--
branch : trunk
2007-02-08 23:19:10 +01:00
hpk
0f37c632ac
[svn r38212] have each boxed test run use its own tempdir
...
--HG--
branch : trunk
2007-02-08 23:13:59 +01:00
hpk
dcf4e564ad
[svn r38208] make test safer against race conditiation (dist testing)
...
--HG--
branch : trunk
2007-02-08 21:56:12 +01:00
hpk
ab6dded07a
[svn r38207] revert 38182 and 38184 changes to ensuretemp()
...
because getpid() is different per thread
(and if e.g. run via execnet in threads ...
it creates new tempdirectories all the time)
let's consider this sometime else
--HG--
branch : trunk
2007-02-08 21:31:50 +01:00
hpk
499d60c8ab
[svn r38203] rename getpymodule/getpycodeobj to "_" methods
...
(which can build C modules on the fly)
it's not clear they are still useful this way
and they are easy to confuse with pyimport()
--HG--
branch : trunk
2007-02-08 20:48:31 +01:00
hpk
0a79e56b40
[svn r38201] fixing the windows conftest example to work with
...
the new rsync interface
--HG--
branch : trunk
2007-02-08 20:23:06 +01:00
hpk
3ea6a768e0
[svn r38198] almost cosmetic
...
--HG--
branch : trunk
2007-02-08 20:15:05 +01:00
hpk
479aa2e03f
[svn r38197] slight reporting fix
...
--HG--
branch : trunk
2007-02-08 20:10:58 +01:00
hpk
4976889c53
[svn r38196] reducing the callback-indirections for rsyncing
...
and improving the reporting for localhosts non-rsyncs
--HG--
branch : trunk
2007-02-08 20:02:28 +01:00
hpk
6e293f593a
[svn r38192] streamlining localhost optimization handling,
...
and simplifying the test a bit.
--HG--
branch : trunk
2007-02-08 19:35:18 +01:00
hpk
411157756b
[svn r38184] avoid globals and add a comment
...
--HG--
branch : trunk
2007-02-08 18:39:03 +01:00
guido
1c1df46a55
[svn r38183] Made that py.execnet.Channel (referring to py.__.execnet.channel.Channel) is
...
picked up by the apigen doc generator, fixed some bugs that made that that
didn't work previously.
--HG--
branch : trunk
2007-02-08 18:28:55 +01:00
guido
e89d5e5880
[svn r38182] Made that ensuretemp() creates a new dir after forks.
...
--HG--
branch : trunk
2007-02-08 18:25:32 +01:00
hpk
1e8845dfa5
[svn r38181] delete is now an option per-host
...
--HG--
branch : trunk
2007-02-08 18:24:30 +01:00
guido
9b22af1b32
[svn r38179] Allowing to rsync also when tests are failing using a --ignorefail switch, and
...
added a --help switch that shows a short help message.
--HG--
branch : trunk
2007-02-08 17:28:33 +01:00
hpk
7fccd77b8a
[svn r38176] make delete a per-host option (internally it is anyway)
...
--HG--
branch : trunk
2007-02-08 17:04:58 +01:00
fijal
c18ab8fd7e
[svn r38175] Fix
...
--HG--
branch : trunk
2007-02-08 17:02:15 +01:00
fijal
e3dce2c288
[svn r38174] Flag instead of new method and a test.
...
--HG--
branch : trunk
2007-02-08 17:01:51 +01:00
fijal
27cf3997e3
[svn r38173] * Minor semantics change, now host and host: are the same (we don't
...
want to rsync to home dir usually)
* Make a flag rsync_flag in hostinfo which tells whether to rsync
or no, semantics are that in case of localhost we do not rsync
and in case of localhost: we do.
--HG--
branch : trunk
2007-02-08 16:56:33 +01:00
fijal
120dae7749
[svn r38172] Add a method which sends only if there are available targets
...
--HG--
branch : trunk
2007-02-08 16:54:53 +01:00
fijal
395d97160c
[svn r38165] Update this as well
...
--HG--
branch : trunk
2007-02-08 16:35:11 +01:00
fijal
0e8510648f
[svn r38164] Move source as an rsync initialisation argument rather than
...
as a send parameter
--HG--
branch : trunk
2007-02-08 16:31:38 +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
f8e50aabad
[svn r38150] Fixed test that failed after the last change in apigen (removing the stacks
...
from the callable info boxes).
--HG--
branch : trunk
2007-02-08 16:14:21 +01:00
guido
fff15f50f3
[svn r38148] Made that stacks are built on seperate pages instead of inline in the function
...
information, to avoid having > 5MB pages...
--HG--
branch : trunk
2007-02-08 15:52:49 +01:00
guido
46f8c56c9b
[svn r38144] Fixed a problem with the linker which on building api/source docs found matches
...
in its own source code, moved some elements in the apigen docs out of a header
where they shouldn't have been (making the font too large).
--HG--
branch : trunk
2007-02-08 14:54:38 +01:00
guido
9643b7d6f8
[svn r38143] Removed some confusing output to stdout/stderr (output of failing tests, which
...
are part of a test that tests whether a set of tests ran by a nested py.test
process fails... so the failing output is correct).
--HG--
branch : trunk
2007-02-08 14:51:38 +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
guido
fd0cbdb95a
[svn r38140] Empty literal blocks are not allowed: removing them.
...
--HG--
branch : trunk
2007-02-08 13:26:02 +01:00
hpk
938680d50f
[svn r38125] run unboxed by default, split/improve tests for it
...
--HG--
branch : trunk
2007-02-07 22:56:14 +01:00
fijal
ee04997eb2
[svn r38124] No, this is needed for C-c to work.
...
--HG--
branch : trunk
2007-02-07 22:35:14 +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
fijal
461c0b6a54
[svn r38121] Same issue. Race conditions in file write. Probably we should not use
...
the same file output for multiple tests (or to put data directory outside
pylib itself).
--HG--
branch : trunk
2007-02-07 21:56:51 +01:00
fijal
e5091b7e9d
[svn r38120] Make sure that those test run on same machine when run.
...
(This is broader issue - we probably need to do some exclusive
lock on files given to process_rest_file and such)
--HG--
branch : trunk
2007-02-07 21:53:57 +01:00
hpk
6477b43d9b
[svn r38119] avoid clashing the sample* prefix which is used by a listdir() test
...
--HG--
branch : trunk
2007-02-07 21:52:09 +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
fijal
1a33d1eae6
[svn r38117] call "python py.test" instead of "py.test" (does not rely on +x flag)
...
--HG--
branch : trunk
2007-02-07 21:41:55 +01:00
hpk
3049c6bd2a
[svn r38116] fixing svn tests for -d runs (which usually
...
is a dependency problem)
--HG--
branch : trunk
2007-02-07 21:40:37 +01:00
fijal
60455ead56
[svn r38115] Call python directly
...
--HG--
branch : trunk
2007-02-07 21:40:09 +01:00
fijal
cbfca77f39
[svn r38114] Kill fatals()
...
to be considered in future
--HG--
branch : trunk
2007-02-07 21:14:06 +01:00
fijal
1e6016ccc2
[svn r38113] Make fatal() attribute which makes boxed tests catch SystemExit, while
...
in-process let it slide.
--HG--
branch : trunk
2007-02-07 21:04:01 +01:00
fijal
632cc727e4
[svn r38112] This time don't catch SystemExit. Increases stability
...
--HG--
branch : trunk
2007-02-07 20:53:03 +01:00
hpk
028ffa53b2
[svn r38111] remove test order dependency
...
--HG--
branch : trunk
2007-02-07 20:52:14 +01:00
hpk
07db3fd2cc
[svn r38110] i don't think one needs to use svnwc's anymore,
...
at least it works for me, i think.
--HG--
branch : trunk
2007-02-07 20:41:50 +01:00
hpk
f07e482ddb
[svn r38109] bailing out the optimize_localhost approach
...
to consider it differently
--HG--
branch : trunk
2007-02-07 20:36:41 +01:00
hpk
d614e67fb1
[svn r38108] skip this test if we have no .svn dir
...
--HG--
branch : trunk
2007-02-07 20:28:29 +01:00
fijal
1d6a72d936
[svn r38107] * Have optimise_localhost flag and a test for it (but not turning it on
...
by default, this will be done later)
* two other occurences of possibly-failing channel.send
--HG--
branch : trunk
2007-02-07 20:24:38 +01:00
hpk
d791086561
[svn r38106] making tests independent of --dist implications
...
--HG--
branch : trunk
2007-02-07 20:16:28 +01:00
fijal
8258b40fd6
[svn r38105] Make errors bright red and bold, easier to spot.
...
--HG--
branch : trunk
2007-02-07 20:14:10 +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
fijal
5b188f1167
[svn r38103] Hum. This test was just broken. Fix it and add additional checks.
...
--HG--
branch : trunk
2007-02-07 20:02:21 +01:00
fijal
c5df4c335c
[svn r38102] Skip this test not to interfere with py.test.config.boxed
...
--HG--
branch : trunk
2007-02-07 19:56:48 +01:00
fijal
3bb0c2b433
[svn r38101] oops, this will be implied anyway
...
--HG--
branch : trunk
2007-02-07 19:56:10 +01:00
fijal
d7331146da
[svn r38100] Slave is always boxed as well (different level of skips)
...
--HG--
branch : trunk
2007-02-07 19:55:39 +01:00
fijal
ee1214fcfe
[svn r38099] * RSession cannot work with nocapture, LSession can
...
* RSession is always boxed
--HG--
branch : trunk
2007-02-07 19:54:51 +01:00
fijal
ecd605e3b2
[svn r38098] A test and typo discovered by that test.
...
--HG--
branch : trunk
2007-02-07 19:44:49 +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
fijal
ae9ffd2c19
[svn r38096] typo
...
--HG--
branch : trunk
2007-02-07 19:40:16 +01:00
fijal
6e58395de0
[svn r38095] getremoteerror does not raise!
...
--HG--
branch : trunk
2007-02-07 19:36:53 +01:00
fijal
337eea81cb
[svn r38091] Increase verbosity in case of error. The thing is that we usually don't get
...
remote error, so let's print it.
--HG--
branch : trunk
2007-02-07 19:25:01 +01:00
hpk
07ee2bc39e
[svn r38083] saner tempdir using
...
--HG--
branch : trunk
2007-02-07 18:58:47 +01:00
fijal
40eb468c71
[svn r38082] Fix reporting (and a test for that)
...
--HG--
branch : trunk
2007-02-07 17:49:14 +01:00
guido
eeedfd2d8f
[svn r38079] Typo in some help string, and made fonts of apigen a bit smaller somewhere.
...
--HG--
branch : trunk
2007-02-07 17:03:19 +01:00
hpk
0b7854d722
[svn r38078] some fixes and test skips for win32 (otherwise all tests
...
pass for me on win32)
--HG--
branch : trunk
2007-02-07 16:54:50 +01:00
guido
d11aec0b42
[svn r38077] Script to run "py.test --apigen" on the py lib (well, can be used on other
...
projects too) and rsync the results to some remote host/path (by default
codespeak.net, currently to some dir in my home directory, when it's tested
better in practice files will go to the website directory).
--HG--
branch : trunk
2007-02-07 16:36:02 +01:00
guido
5c7fb384bc
[svn r38076] Typo.
...
--HG--
branch : trunk
2007-02-07 16:34:01 +01:00
guido
d0861a546f
[svn r38075] Adding some print.
...
--HG--
branch : trunk
2007-02-07 16:33:46 +01:00
hpk
0fb86b2b90
[svn r38074] fix typo
...
--HG--
branch : trunk
2007-02-07 16:26:27 +01:00
guido
1b43f3c324
[svn r38070] Removed broken anchor from link.
...
--HG--
branch : trunk
2007-02-07 16:24:11 +01:00
guido
b8307eeccc
[svn r38068] Grmbl, the failing svn tests turned out to be my fault: copy/paste bug. (when
...
copying the comment, I must have copied along some lines of code... ):
--HG--
branch : trunk
2007-02-07 16:15:01 +01:00
fijal
4fae2f581d
[svn r38051] Fix an option -s contradics -d
...
--HG--
branch : trunk
2007-02-07 12:34:08 +01:00
guido
318a1c2333
[svn r38044] Now just writing dots when running tests, decreased font size a little of the
...
class docstring and link.
--HG--
branch : trunk
2007-02-07 02:01:25 +01:00
guido
8ab4468b5c
[svn r38043] Changed the way the lazy linking is handled: instead of building the pages
...
and replacing the links all in memory, pages are now written to disk with
temporary hrefs, which are replaced afterwards.
--HG--
branch : trunk
2007-02-07 01:24:21 +01:00
fijal
b91e13d5df
[svn r38040] My favorite lazy-lexical-scope-binding error. Still thinking how to make test
...
for that. Basically - callbacks with lexical scope variables are usually
(depends of coz) called with variables after the for loop has finished.
--HG--
branch : trunk
2007-02-07 00:13:50 +01:00