rxcomm/pyaxo

Please explain how to run tests in README

yurivict opened this issue · 3 comments

Also, please make tests runnable w/out installing pyaxo. Add the target 'test'.

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