This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Description
I correct a Python RPM every other Tuesday that has:
%{__python3} setup.py test
And the result is:
+ /usr/bin/python3 setup.py test
running test
running egg_info
writing twine.egg-info/PKG-INFO
writing dependency_links to twine.egg-info/dependency_links.txt
writing entry points to twine.egg-info/entry_points.txt
writing requirements to twine.egg-info/requires.txt
writing top-level names to twine.egg-info/top_level.txt
reading manifest file 'twine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'twine.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
Maybe we can check for "Ran 0 tests in *s" and report it as a problem?