pytest2/py/test
hpk 4791dd6501 [svn r37909] a much much much larger refactoring than i originally
intended at this point:

* HostManager and HostRSync are now acting
  more locally, also easier to test.

* HostInfo deals with setting up gateways now

* HostManager, HostRSync and HostInfo are
  all tested now in test_hostmanage.py
  (and do not involve a full startup of RSessions)

* for rsyncing, the original directory structure
  (relative to config.topdir) is preserved on the
  other side, this makes "dist_rsync_roots" relatively
  clean now (but it doesn't pick up things on the fly,
  only initialises at the beginning)

* added lots of tests

* removed more occurences of pkgdir

* streamlined and simplified some tests

* removed lots of tests that do not appear to test
  specifically enough (and caused trouble for
  the refactoring)

* removed lots of (but not all, i guess) test-specific
  functionality in hostmanage.py and a bit in rsession.py

* removed HostOptions() in favour of rather directly
  accessing config values

--HG--
branch : trunk
2007-02-04 15:05:01 +01:00
..
rsession [svn r37909] a much much much larger refactoring than i originally 2007-02-04 15:05:01 +01:00
terminal [svn r37881] Some other stuff goes private 2007-02-03 19:52:21 +01:00
testing [svn r37908] fixing test 2007-02-04 14:54:10 +01:00
web [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
__init__.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
cmdline.py [svn r37278] move files from branch to trunk (and thus complete 2007-01-24 17:46:46 +01:00
collect.py [svn r37885] adding docstrings, stripping non-used names from import 2007-02-03 21:33:12 +01:00
config.py [svn r37898] provide a high-level helper for getting 2007-02-04 13:29:26 +01:00
conftesthandle.py [svn r37898] provide a high-level helper for getting 2007-02-04 13:29:26 +01:00
defaultconftest.py [svn r37598] removing broken tkinter session support ahead of the 2007-01-30 15:02:28 +01:00
deprecate.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
doctest.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
item.py [svn r37885] adding docstrings, stripping non-used names from import 2007-02-03 21:33:12 +01:00
outcome.py [svn r37862] Move Skipped/Failed/Passed out of public namespace 2007-02-03 13:14:46 +01:00
raises.py [svn r37862] Move Skipped/Failed/Passed out of public namespace 2007-02-03 13:14:46 +01:00
representation.py [svn r37877] Intermediate checkin for some privatising of attributes 2007-02-03 19:29:24 +01:00
session.py [svn r37881] Some other stuff goes private 2007-02-03 19:52:21 +01:00