Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_packages_distributions_all_module_types: Create valid import names
The import names that were created by these tests were not valid Python identifiers. Fix that, and furthermore: add another check to verify that _all_ import names returned from packages_distributions() are always valid Python identifiers. Ideally we should check that all keys returned from packages_distributions() are valid import names (i.e. can be imported), but this is at least a step in the right direction.
- Loading branch information