[py-svn] r35328 - py/dist/py/test/rsession

pedronis at codespeak.net pedronis at codespeak.net
Tue Dec 5 20:12:38 CET 2006


Author: pedronis
Date: Tue Dec  5 20:12:36 2006
New Revision: 35328

Modified:
   py/dist/py/test/rsession/rsession.py
Log:
use a complete url, makes open happier for example on Mac OS X.



Modified: py/dist/py/test/rsession/rsession.py
==============================================================================
--- py/dist/py/test/rsession/rsession.py	(original)
+++ py/dist/py/test/rsession/rsession.py	Tue Dec  5 20:12:36 2006
@@ -125,7 +125,7 @@
             start_server()
             if self.config.option.runbrowser:
                 import webbrowser
-                webbrowser.open("localhost:8000")
+                webbrowser.open("http://localhost:8000")
         elif reporter is None: 
             if restflag:
                 from py.__.test.rsession.rest import RestReporter



More information about the pytest-commit mailing list