/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Martin
  • Date: 2018-06-30 23:39:17 UTC
  • mto: This revision was merged to the branch mainline in revision 7013.
  • Revision ID: gzlist@googlemail.com-20180630233917-4lh8na2wist64hab
Make replacement for lazy import tests less dodgy

Should fix tests that fail under CI but seem to pass locally by not
doing an unsafe replacement of the __import__ builtin. Instead alias
it at the module level for replacement in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17299
17299
breezy.tests.test_lazy_import.TestImportProcessor.test_mixed
17300
17300
breezy.tests.test_lazy_import.TestImportProcessor.test_name_collision
17301
17301
breezy.tests.test_lazy_import.TestImportProcessor.test_relative_imports
 
17302
breezy.tests.test_lazy_import.TestImportReplacerHelper.test_basic_import
 
17303
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod
 
17304
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod_from_root
 
17305
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root
 
17306
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_mod
 
17307
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_root_mod
 
17308
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_sub_submod
 
17309
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_import_deep
17302
17310
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_lazy_import
17303
17311
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_root
17304
17312
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_call