This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BaderSZ
Recipients BaderSZ
Date 2022-01-17.23:35:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642462502.0.0.0134332485819.issue46421@roundup.psfhosted.org>
In-reply-to
Content
When running a local unittest as a module (for example, `python -m unittest ./tests/*.py`), the command fails with a ValueError. However, if we remove the local directory definition, and call it as `python -m unittest tests/*.py`, it runs without issue.

A GitHub pull request with a pull request will be sent promptly.
History
Date User Action Args
2022-01-17 23:35:02BaderSZsetrecipients: + BaderSZ
2022-01-17 23:35:02BaderSZsetmessageid: <1642462502.0.0.0134332485819.issue46421@roundup.psfhosted.org>
2022-01-17 23:35:01BaderSZlinkissue46421 messages
2022-01-17 23:35:01BaderSZcreate