rxcomm / pyaxo

A python implementation of the Axolotl ratchet protocol.
GNU General Public License v3.0
71 stars 11 forks source link

Please explain how to run tests in README #23

Closed yurivict closed 7 years ago

yurivict commented 7 years ago

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

felipedau commented 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?

yurivict commented 7 years ago

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
rxcomm commented 7 years ago

see 1e34cfa4c4826fb2e024812d1ce71a979d9e0370