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 louielu
Recipients ale5000, ezio.melotti, louielu, michael.foord, rbcollins, terry.reedy
Date 2017-07-15.05:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500095527.75.0.380513676475.issue30874@psf.upfronthosting.co.za>
In-reply-to
Content
On my MacOS with python 3.5.2 get this result:


➜  unittest-1 git:(master) ✗ python3 setup.py test
running test
running egg_info
writing dependency_links to Test_1.egg-info/dependency_links.txt
writing top-level names to Test_1.egg-info/top_level.txt
writing Test_1.egg-info/PKG-INFO
reading manifest file 'Test_1.egg-info/SOURCES.txt'
writing manifest file 'Test_1.egg-info/SOURCES.txt'
running build_ext
running test
running egg_info
writing dependency_links to Test_1.egg-info/dependency_links.txt
writing top-level names to Test_1.egg-info/top_level.txt
writing Test_1.egg-info/PKG-INFO
reading manifest file 'Test_1.egg-info/SOURCES.txt'
writing manifest file 'Test_1.egg-info/SOURCES.txt'
running build_ext
test_fix_all (test_main.MainTestCase) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s


with Python 3.7.a0 got this result:

➜  unittest-1 git:(master) ✗ /Users/louielu/Python/cpython/python.exe -m unittest
.
----------------------------------------------------------------------
Ran 1 test in 0.000s

OK



I think it will be more like a setting issue, not unittest problem.
History
Date User Action Args
2017-07-15 05:12:07louielusetrecipients: + louielu, terry.reedy, rbcollins, ezio.melotti, michael.foord, ale5000
2017-07-15 05:12:07louielusetmessageid: <1500095527.75.0.380513676475.issue30874@psf.upfronthosting.co.za>
2017-07-15 05:12:07louielulinkissue30874 messages
2017-07-15 05:12:07louielucreate