PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

5.7.3: test suite? #81

Closed kloczek closed 4 years ago

kloczek commented 4 years ago

Is there any test suite?

+ /usr/bin/python3 setup.py test
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing PyUtilib.egg-info/PKG-INFO
writing dependency_links to PyUtilib.egg-info/dependency_links.txt
writing entry points to PyUtilib.egg-info/entry_points.txt
writing namespace_packages to PyUtilib.egg-info/namespace_packages.txt
writing requirements to PyUtilib.egg-info/requires.txt
writing top-level names to PyUtilib.egg-info/top_level.txt
reading manifest file 'PyUtilib.egg-info/SOURCES.txt'
writing manifest file 'PyUtilib.egg-info/SOURCES.txt'
running build_ext
error: [Errno 2] No such file or directory: 'test/config1.out'
error: Bad exit status from /var/tmp/rpm-tmp.7vHn0S (%check)
blnicho commented 4 years ago

Yes, you can run the PyUtilib test suite by running the command: test.pyutilib

jsiirola commented 4 years ago

And for completeness, PyUtilib tests are built around unittest and nose. test.pyutilib is a wrapper around nosetests.