contextlib isn't a good module to test because it is likely already
imported by code above. Let's use modules that shouldn't have been
imported. And let's verify that with asserts.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG30248d6bc057: tests: use unimported modules in test-demandimport.py
rHG28ed6d3056cb: tests: use unimported modules in test-demandimport.py
rHG71a1a816a6d7: tests: use unimported modules in test-demandimport.py
rHG36e2dd4fb3d2: tests: use unimported modules in test-demandimport.py
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.