This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a9effcd802ee787bdf82522be2d71d74feb01fba
cpython
/
Lib
/
importlib
/
test
/
source
T
History
Eric V. Smith
b10951549b
Use assertIsNone. Thanks Terry Reedy.
2012-06-28 06:15:01 -04:00
..
__init__.py
…
test_abc_loader.py
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue.
2012-06-27 15:26:26 -04:00
test_case_sensitivity.py
Issue
#13959
: Deprecate imp.get_suffixes() for new attributes on
2012-05-11 12:58:42 -04:00
test_file_loader.py
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue.
2012-06-27 15:26:26 -04:00
test_finder.py
Use assertIsNone. Thanks Terry Reedy.
2012-06-28 06:15:01 -04:00
test_path_hook.py
Issue
#13959
: Deprecate imp.get_suffixes() for new attributes on
2012-05-11 12:58:42 -04:00
test_source_encoding.py
Issue
#14605
: Expose importlib.abc.FileLoader and
2012-04-22 19:58:33 -04:00
util.py
…