Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

r76100 - python/branches/release26-maint/Lib/test/test_curses.py

 

 

Python checkins RSS feed   Index | Next | Previous | View Threaded


python-checkins at python

Nov 3, 2009, 4:20 PM

Post #1 of 1 (46 views)
Permalink
r76100 - python/branches/release26-maint/Lib/test/test_curses.py

Author: r.david.murray
Date: Tue Nov 3 23:47:06 2009
New Revision: 76100

Log:
Fix backport of test_curses test skip.


Modified:
python/branches/release26-maint/Lib/test/test_curses.py

Modified: python/branches/release26-maint/Lib/test/test_curses.py
==============================================================================
--- python/branches/release26-maint/Lib/test/test_curses.py (original)
+++ python/branches/release26-maint/Lib/test/test_curses.py Tue Nov 3 23:47:06 2009
@@ -270,7 +270,7 @@
unit_tests()
else:
if not sys.__stdout__.isatty():
- raise unittest.SkipTest("sys.__stdout__ is not a tty")
+ raise TestSkipped("sys.__stdout__ is not a tty")
# testing setupterm() inside initscr/endwin
# causes terminal breakage
curses.setupterm(fd=sys.__stdout__.fileno())
_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins

Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.