I have seen that the are tests - but how are they supposed to run?
Running python setup.py test gives me:
[...]
=================================================================================================== ERRORS ===================================================================================================
_______________________________________________________________________________________ ERROR collecting test session ________________________________________________________________________________________
Defining 'pytest_plugins' in a non-top-level conftest is no longer supported:
It affects the entire test suite instead of just below the conftest as expected.
/home/robbie/work/python-smime/smime/tests/conftest.py
Please move it to a top level conftest file at the rootdir:
/home/robbie/work/python-smime
For more information, visit:
https://docs.pytest.org/en/latest/deprecations.html#pytest-plugins-in-non-top-level-conftest-files
========================================================================================== short test summary info ===========================================================================================
ERROR
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================================================================== 1 error in 0.15s ==================================================================
I have seen that the are tests - but how are they supposed to run?
Running
python setup.py test
gives me:And
python -m pytest smime/encrypt_test.py