fijal
f4b4f68b40
[svn r37720] Kill dead import
...
--HG--
branch : trunk
2007-02-01 12:28:45 +01:00
hpk
dbb88cdb75
[svn r37698] waiting even a bit longer for loop-on-failing
...
--HG--
branch : trunk
2007-01-31 23:20:33 +01:00
hpk
f915de1992
[svn r37696] removing py.test.compat.TestCase - it's small
...
code but nobody uses it i think and there is
no documentation.
--HG--
branch : trunk
2007-01-31 22:55:30 +01:00
fijal
c432765556
[svn r37631] Kill unnecessarry cache
...
--HG--
branch : trunk
2007-01-30 18:55:08 +01:00
fijal
3630e7fcd3
[svn r37624] Slightly hackish way to put all tracing calls as low as possible. This
...
should kill unnecessary frames. Right now tracing is done only for
py.test.Function objects, I don't know what to do with sth else, let's
leave it alone.
--HG--
branch : trunk
2007-01-30 17:59:32 +01:00
hpk
e96e4f61c7
[svn r37598] removing broken tkinter session support ahead of the
...
0.9 release (might be re-introduced later)
--HG--
branch : trunk
2007-01-30 15:02:28 +01:00
hpk
1f0835df15
[svn r37596] bah, waiting longer also in py-trunk
...
--HG--
branch : trunk
2007-01-30 14:44:52 +01:00
guido
c2e1510f86
[svn r37582] Updated mock-up function return value.
...
--HG--
branch : trunk
2007-01-30 11:45:46 +01:00
guido
bef3ad84ce
[svn r37579] Made that the package name can be set when using from_dict() to fill a
...
DocStorage.
--HG--
branch : trunk
2007-01-30 11:34:08 +01:00
fijal
acfbbcb7ff
[svn r37533] Make distribution working with custom conftests at exact levels. This
...
is very explicit - dist_rsyncroots works only in that conftest directory.
--HG--
branch : trunk
2007-01-29 14:06:19 +01:00
guido
e921ad8af9
[svn r37531] Removing try/except to make debugging a little bit easier.
...
--HG--
branch : trunk
2007-01-29 13:53:52 +01:00
hpk
ad127323e3
[svn r37502] unify dist_* options and give dist_rsync_roots more precision:
...
you now specify relative paths (relative to the conftest.py
where a dist_rsync_root setting resides) or absolute paths.
--HG--
branch : trunk
2007-01-28 22:54:12 +01:00
hpk
216919d612
[svn r37501] rename for clarity
...
--HG--
branch : trunk
2007-01-28 21:37:30 +01:00
hpk
20222ec57b
[svn r37500] postponing generalizing of host specifications for 0.9
...
--HG--
branch : trunk
2007-01-28 21:25:48 +01:00
hpk
ae11e91791
[svn r37499] concreter error message
...
--HG--
branch : trunk
2007-01-28 21:25:11 +01:00
hpk
df3448c6f9
[svn r37494] the start of factoring out common and unified
...
host handling within py.test
--HG--
branch : trunk
2007-01-28 18:53:43 +01:00
hpk
1d3519bfe0
[svn r37465] * all Sessions now have fixoptions()
...
* added some tests for implied and conflicting options
* make all Session objects inherit from the base session
* small cleanups with respect to test setup
* separate tests a bit
--HG--
branch : trunk
2007-01-28 14:25:03 +01:00
hpk
de9fd5ecef
[svn r37462] allow the remote side to run in verbose mode
...
--HG--
branch : trunk
2007-01-28 12:00:17 +01:00
hpk
a938384607
[svn r37460] these tests rely on exact formatting, so skipping them again
...
(fail for me on pypy2)
--HG--
branch : trunk
2007-01-28 11:32:01 +01:00
hpk
9e7886c59b
[svn r37457] explicitely shutdown the gateway for the remote session
...
after each run.
--HG--
branch : trunk
2007-01-28 09:49:28 +01:00
hpk
181f6cde23
[svn r37447] config._reparse() from current dir can drag in conftest.py
...
files (happened to me because i had two py lib checkouts)
--HG--
branch : trunk
2007-01-27 20:24:41 +01:00
hpk
3d70646122
[svn r37443] slightly re-organizing RemoteTerminalSession for
...
easier subclassing.
--HG--
branch : trunk
2007-01-27 19:41:39 +01:00
guido
00812c46f9
[svn r37439] Sorry, cfbolz, seems the print to stderr breaks some test... :|
...
--HG--
branch : trunk
2007-01-27 16:40:25 +01:00
guido
fd40b43cdf
[svn r37438] Fiddle-fixed --rest, although it works now some cleanups would be nice...
...
Cleaned up the tests a bit and re-enabled some (sucky tests are better than
no tests at all, I guess... :| ), re-enabled a debug print after complaints
from cfbolz ;) but this time it prints to stderr (to avoid ReST pollution).
--HG--
branch : trunk
2007-01-27 16:37:43 +01:00
guido
241ef0ff4a
[svn r37435] Removing debug print (ended up in the ReST).
...
--HG--
branch : trunk
2007-01-27 15:29:17 +01:00
fijal
f1b4e14f09
[svn r37433] Add a helper which returns value + path of a dir where value was found
...
--HG--
branch : trunk
2007-01-27 15:01:45 +01:00
fijal
23681b8059
[svn r37429] Ugh, revert.
...
--HG--
branch : trunk
2007-01-27 14:12:23 +01:00
fijal
6c428bafbf
[svn r37427] Kill the last occurencies of pkgdir
...
--HG--
branch : trunk
2007-01-27 14:01:58 +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
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
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
c237e8d959
[svn r37345] Remove unneeded import
...
--HG--
branch : trunk
2007-01-25 18:02:01 +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
987ae8e943
[svn r37326] Fixed exec command on win32
...
--HG--
branch : trunk
2007-01-25 13:56:12 +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
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
fijal
72d87746c4
[svn r37298] (fijal, hpk) - bugfix
...
--HG--
branch : trunk
2007-01-24 22:04:57 +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
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
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
7cf9824680
[svn r37278] move files from branch to trunk (and thus complete
...
the merge of the config branch into the trunk)
--HG--
branch : trunk
2007-01-24 17:46:46 +01:00
hpk
638e4318e4
[svn r37277] merging of file:///svn/py/branch/config/py/test/rsession/testing/test_webjs.py
...
revisions 36936 to 37267:
------------------------------------------------------------------------
r36986 | fijal | 2007-01-19 13:05:58 +0100 (Fri, 19 Jan 2007) | 4 lines
Improve the behaviour off cleanup and channel closing, at least on slave side.
Some cleanups, got rid of some hacks (in favor of other hacks, but posix
is a bit hackish anyway)
------------------------------------------------------------------------
r36943 | fijal | 2007-01-18 16:09:30 +0100 (Thu, 18 Jan 2007) | 3 lines
at least LSession should work now. Did not touched yet the remote options stuff,
but some simplifications were done.
------------------------------------------------------------------------
r36937 | fijal | 2007-01-18 14:22:54 +0100 (Thu, 18 Jan 2007) | 2 lines
Create a branch for further config cleanups.
------------------------------------------------------------------------
--HG--
branch : trunk
2007-01-24 17:40:06 +01:00