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 a.badger
Recipients a.badger, dstufft, eric.araujo
Date 2019-05-22.00:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558484064.23.0.0350042712348.issue36998@roundup.psfhosted.org>
In-reply-to
Content
Figured out the answer to my last question while looking into fixing it.  The devguide documents both running tests via regrtest and running them via unittest test discovery.  regrtest works:

  ./python -m test -v distutils.test

But unittest doesn't:
  ./python -m unittest -v test.test_distutils
  ./python -m unittest -v distutils.test.test_file_utils
  # etc

I'll submit a separate PR to get that working.
History
Date User Action Args
2019-05-22 00:14:24a.badgersetrecipients: + a.badger, eric.araujo, dstufft
2019-05-22 00:14:24a.badgersetmessageid: <1558484064.23.0.0350042712348.issue36998@roundup.psfhosted.org>
2019-05-22 00:14:24a.badgerlinkissue36998 messages
2019-05-22 00:14:23a.badgercreate