summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipimport_support.py
Commit message (Collapse)AuthorAgeFilesLines
* fix typoBenjamin Peterson2012-10-161-1/+1
|
* don't expect warnings from doctests if they can't runBenjamin Peterson2012-10-161-2/+3
|
* #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-5/+16
| | | | | | | Also adds tests to verify the documented behavior (which is probably a bug, as indicated in the added comments). Patch by Chris Jerdonek.
* Replace catch_warnings with check_warnings when it makes sense. Use ↵Florent Xicluna2010-03-311-5/+7
| | | | assertRaises context manager to simplify some tests.
* #7092 - Silence more py3k deprecation warnings, using ↵Florent Xicluna2010-03-211-2/+10
| | | | test_support.check_py3k_warnings() helper.
* Remove unused imports in test modules.Georg Brandl2010-02-071-3/+1
|
* use assert[Not]In where appropriateEzio Melotti2010-01-231-4/+4
|
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-5/+2
| | | | mistake. ( It may come in for sure tough)
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵Senthil Kumaran2010-01-081-2/+5
| | | | Patch by flox
* Issue #6816: expose the zipfile and directory execution mechanism to Python ↵Nick Coghlan2009-11-151-19/+17
| | | | code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
|
* Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by ↵Nick Coghlan2008-12-151-0/+29
| | | | giving linecache access to the module globals when available
* Add file that was missed from r67750Nick Coghlan2008-12-141-0/+203