summaryrefslogtreecommitdiff
path: root/Lib/test/test_openpty.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-101-0/+2
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Move the check for openpty to the beginning.Georg Brandl2006-10-291-5/+5
* Convert test_openpty to unittest.Georg Brandl2006-10-291-14/+18
* Remove bogus test; the master is not a terminal on Solaris and HP-UX.Martin v. Löwis2002-12-311-2/+0
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-191-5/+4
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23