googlefonts / googlefonts/fontmake

Setup does not run any tests

Open
#254 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
888
Forks
97
Avg merge
4d 52m
Merged PRs (30d)
1

Description

Looks like setuptools does not run any tests; is something messed up with the config?

```sh
sascha@jessie:~/src/fontmake$ python setup.py test
running test
running egg_info
writing requirements to Lib/fontmake.egg-info/requires.txt
writing Lib/fontmake.egg-info/PKG-INFO
writing top-level names to Lib/fontmake.egg-info/top_level.txt
writing dependency_links to Lib/fontmake.egg-info/dependency_links.txt
writing entry points to Lib/fontmake.egg-info/entry_points.txt
reading manifest file 'Lib/fontmake.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.glyphs' under directory 'tests'
warning: no files found matching '*.designspace' under directory 'tests'
warning: no files found matching '*.plist' under directory 'tests'
writing manifest file 'Lib/fontmake.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
```

Contributor guide

Open the contributing guide

Research direction

Start with setup.py and the tests directory, then reproduce the issue with `python setup.py test`. Trace why the test command discovers zero tests and adjust the configuration so the existing suite is collected; done means the command runs the tests rather than reporting `Ran 0 tests`.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.