guido
c96eb10efd
[svn r37430] Fixed test, was depending on dict order and values had changed.
...
--HG--
branch : trunk
2007-01-27 14:20:56 +01:00
fijal
23681b8059
[svn r37429] Ugh, revert.
...
--HG--
branch : trunk
2007-01-27 14:12:23 +01:00
hpk
c32d3f8673
[svn r37428] added a note about dist_rsyncroots semantics
...
--HG--
branch : trunk
2007-01-27 14:09:09 +01:00
fijal
6c428bafbf
[svn r37427] Kill the last occurencies of pkgdir
...
--HG--
branch : trunk
2007-01-27 14:01:58 +01:00
guido
9539e49743
[svn r37425] Fixed Code.__ne__() (wrong function sig, missing 'other' argument).
...
--HG--
branch : trunk
2007-01-27 13:29:39 +01:00
fijal
d929f633a7
[svn r37411] Fix a bit rest and test_rest. Note that actually these tests are
...
testing anything from time to time, need closer look.
--HG--
branch : trunk
2007-01-26 23:35:20 +01:00
fijal
e3dfe80856
[svn r37409] Fix the test
...
--HG--
branch : trunk
2007-01-26 22:56:50 +01:00
fijal
f098c2d353
[svn r37408] Kill two unnecessary tests now.
...
--HG--
branch : trunk
2007-01-26 22:54:52 +01:00
fijal
ac977c865d
[svn r37407] Unskip two tests.
...
--HG--
branch : trunk
2007-01-26 22:46:11 +01:00
guido
3c08f6a614
[svn r37395] Fixed some small issues in source nav, turned namespace_tree into an instance
...
var (finally! :), changed the api nav so it now shows the full tree with the
current item unfolded + siblings of itself and all parents (+ children if it's
a namespace item).
--HG--
branch : trunk
2007-01-26 16:34:28 +01:00
guido
b67ef229df
[svn r37383] Added call stacks, made that method pages aren't built at all anymore, made
...
that build_namespace_view isn't called for anything but namespaces anymore,
made that parts of documents are hidden at first (with a link to 'open' them).
--HG--
branch : trunk
2007-01-26 14:01:27 +01:00
fijal
c72120b8fc
[svn r37381] Add a shortcut.
...
--HG--
branch : trunk
2007-01-26 12:50:22 +01:00
fijal
3d301edbc7
[svn r37380] This is rather huge checkin of a rsession refactoring. Got rid
...
of most of the pkgdir and changed to use get_collector_trail.
Some tests need to be rewritten or killed, right now they're skips.
There are no checks (yet) whether this works with topdir being something
else than previous pkgdir, we'll see...
--HG--
branch : trunk
2007-01-26 12:49:59 +01:00
guido
3cf7c74d1e
[svn r37355] Fixing test (not sure why it was in this state?).
...
--HG--
branch : trunk
2007-01-25 21:39:43 +01:00
fijal
ed9004fc46
[svn r37354] Move tracing a bit down (performance, no change in behaviour)
...
--HG--
branch : trunk
2007-01-25 20:59:17 +01:00
fijal
0a9399329f
[svn r37348] Fallback
...
--HG--
branch : trunk
2007-01-25 18:13:24 +01:00
fijal
e4044030b3
[svn r37347] Enchance the test.
...
--HG--
branch : trunk
2007-01-25 18:03:54 +01:00
fijal
6a8153ae3b
[svn r37346] Add __ne__
...
--HG--
branch : trunk
2007-01-25 18:02:32 +01:00
fijal
c237e8d959
[svn r37345] Remove unneeded import
...
--HG--
branch : trunk
2007-01-25 18:02:01 +01:00
fijal
c53dfee4a6
[svn r37343] Hours later and tons of debug print changes....
...
I HATE PYTHON IMPORTS, I HATE PYTHON IMPORTS, I HATE PYTHON IMPORTS
--HG--
branch : trunk
2007-01-25 17:46:56 +01:00
guido
4ea388b640
[svn r37337] Replaced try/except with a hasattr (makes that unrelated errors are no longer
...
obfuscated).
--HG--
branch : trunk
2007-01-25 16:23:18 +01:00
guido
bedeb1e640
[svn r37330] Replacing any non-Unix newlines with plain \n in
...
doctests, this fixes some win32 problem.
--HG--
branch : trunk
2007-01-25 15:08:48 +01:00
guido
4feb8d6c01
[svn r37328] Fixed problem with Windows paths in tests when running on Linux (and fixed
...
relpath() api to deal with line seps in a better way).
--HG--
branch : trunk
2007-01-25 14:22:04 +01:00
guido
987ae8e943
[svn r37326] Fixed exec command on win32
...
--HG--
branch : trunk
2007-01-25 13:56:12 +01:00
guido
eac3021405
[svn r37325] Fixed problems with windows path seperators, fixed functional test exec command for win32
...
--HG--
branch : trunk
2007-01-25 13:54:51 +01:00
guido
ba07a8769f
[svn r37322] Turned out there was a function for this already, even... Thanks, fijal!
...
--HG--
branch : trunk
2007-01-25 12:59:02 +01:00
guido
ed55fea143
[svn r37318] Rolling back previous change, instead applying what seems to have been the intention from the start: if '' is supplied as hostname from the server, use the IP address as reported by socket.getsockname()
...
--HG--
branch : trunk
2007-01-25 11:25:40 +01:00
guido
039ec87c64
[svn r37317] Fixed execnet tests on Windows, for some reason it uses '0.0.0.0' as IP address if '' is given as hostname
...
--HG--
branch : trunk
2007-01-25 11:16:35 +01:00
guido
1e7d516666
[svn r37315] Skipping test on Windows (no fcntl), removing stuff from try/finally body\n(too much crap in there, obfuscates errors).
...
--HG--
branch : trunk
2007-01-25 10:51:51 +01:00
guido
6795b4d23c
[svn r37314] Added docstring.
...
--HG--
branch : trunk
2007-01-25 10:46:16 +01:00
guido
18413201f4
[svn r37306] Fixed link (now properly has an href).
...
--HG--
branch : trunk
2007-01-24 23:09:34 +01:00
guido
6b9e9078c8
[svn r37305] Added some JavaScript to show and hide function information (source and such).
...
--HG--
branch : trunk
2007-01-24 22:58:21 +01:00
guido
98c1c1809c
[svn r37303] Made functional test use an absolute path to py.test.
...
--HG--
branch : trunk
2007-01-24 22:16:32 +01:00
hpk
4963148482
[svn r37302] experimentally enable FD-based output capturing per-test
...
--HG--
branch : trunk
2007-01-24 22:11:24 +01:00
fijal
a1b696bdb0
[svn r37301] No longer that way (somebody should read that document once again)
...
--HG--
branch : trunk
2007-01-24 22:10:01 +01:00
fijal
9dc7fbbd37
[svn r37300] Make clean complaints about lack of disthosts and call fixoptions if present.
...
--HG--
branch : trunk
2007-01-24 22:05:33 +01:00
guido
13cb6854c1
[svn r37299] Removed stupid space.
...
--HG--
branch : trunk
2007-01-24 22:05:18 +01:00
fijal
72d87746c4
[svn r37298] (fijal, hpk) - bugfix
...
--HG--
branch : trunk
2007-01-24 22:04:57 +01:00
guido
0b8e0f869a
[svn r37297] Fixed dependency on order in the function argument formatting tests.
...
--HG--
branch : trunk
2007-01-24 22:04:18 +01:00
hpk
3fb8b07b57
[svn r37294] seediff
...
--HG--
branch : trunk
2007-01-24 21:25:49 +01:00
fijal
8a5d9ac93c
[svn r37293] Another aproximation :-]
...
--HG--
branch : trunk
2007-01-24 21:25:17 +01:00
fijal
e8e044761f
[svn r37292] SkippedTryiter should be reporter more like in terminal.py
...
--HG--
branch : trunk
2007-01-24 21:23:05 +01:00
hpk
edb7bc4c0f
[svn r37291] seediff
...
--HG--
branch : trunk
2007-01-24 20:35:23 +01:00
hpk
c0535c70ad
[svn r37290] * allow only CAPITAL letters for short options
...
* documentation and test for it
* streamlined documentation a bit
--HG--
branch : trunk
2007-01-24 20:18:46 +01:00
hpk
39a82d0400
[svn r37289] todotodo
...
--HG--
branch : trunk
2007-01-24 20:16:26 +01:00
hpk
d6266856ca
[svn r37288] added some RSession related TODOs
...
--HG--
branch : trunk
2007-01-24 18:56:02 +01:00
hpk
0fcaebd17c
[svn r37287] don't eat exception, simply use finally
...
--HG--
branch : trunk
2007-01-24 18:48:13 +01:00
fijal
fc740689d7
[svn r37286] Pass a config object deeper in hierarchy
...
--HG--
branch : trunk
2007-01-24 18:30:29 +01:00
hpk
73ffa14ac9
[svn r37285] this file describing option is obsolete now
...
--HG--
branch : trunk
2007-01-24 18:24:21 +01:00
hpk
8a240d01f9
[svn r37281] omit tracer test directory for imports
...
(XXX example Filesystem trees should be created
from code and not reside in SVN)
--HG--
branch : trunk
2007-01-24 18:10:32 +01:00