[py-svn] r36256 - py/dist/py/test/rsession/testing

hpk at codespeak.net hpk at codespeak.net
Mon Jan 8 12:58:59 CET 2007


Author: hpk
Date: Mon Jan  8 12:58:57 2007
New Revision: 36256

Modified:
   py/dist/py/test/rsession/testing/test_rsession.py
Log:
better test class name


Modified: py/dist/py/test/rsession/testing/test_rsession.py
==============================================================================
--- py/dist/py/test/rsession/testing/test_rsession.py	(original)
+++ py/dist/py/test/rsession/testing/test_rsession.py	Mon Jan  8 12:58:57 2007
@@ -69,7 +69,7 @@
     assert len(events) == 2
     assert str(events[1][0].value) == "Reason"
 
-class TestWithRealSshHosts: 
+class TestRSessionRemote: 
     #def setup_class(cls):
     #    from py.__.test.rsession.conftest import option 
     #    if not option.disthosts:



More information about the pytest-commit mailing list