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

RFE: Check for dead tests #70

@hroncok

Description

@hroncok

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions