Closed yurivict closed 7 years ago
Hi @yurivict, thanks for you interest in porting it!
Add the target 'test'.
What target do you mean? Can you point us to a package as an example?
Hi @yurivict, thanks for you interest in porting it!
You are welcome! It is already committed into the FreeBSD ports tree.
test
target says that there are 0 tests:
# python setup.py test
running test
running egg_info
writing requirements to pyaxo.egg-info/requires.txt
writing pyaxo.egg-info/PKG-INFO
writing top-level names to pyaxo.egg-info/top_level.txt
writing dependency_links to pyaxo.egg-info/dependency_links.txt
reading manifest file 'pyaxo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pyaxo.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
see 1e34cfa4c4826fb2e024812d1ce71a979d9e0370
Also, please make tests runnable w/out installing pyaxo. Add the target 'test'.