pgajdos
pgajdos
Hi, could you please consider to add `tests/ ` into pypi tarball, so we can use it for testing the package?
Could you please consider to use unittest.mock at least as a fallback, when mock is not installed?
Could you please consider to utilize unittest.mock, at least as a fallback?
mock is not strictly required, unittest.mock would do at least as fallback. Please consider.
On Linux, I *sometimes* get ``` [ 16s] =================================== FAILURES =================================== [ 16s] _______________________________ test_broken_pool _______________________________ [ 16s] tests/test_executors.py:178: in test_broken_pool [ 16s] assert pid[0] != killed_pid [ 16s] E...
One of possibilities how to live without unittest2.
Could you please consider to use unittest.mock instead of mock, either exclusively or optionally?
Could you please consider to utilize unittest.mock instead of mock? Background: https://fedoraproject.org/wiki/Changes/DeprecatePythonMock https://trello.com/c/S6eADbii/64-remove-python-mock
unittest2 is not neccessary in python3
When I build with python 3.10.2, I get following error: [ 12s] _________________________________ test_startup _________________________________ [ 12s] [ 12s] hug_api = [ 12s] [ 12s] def test_startup(hug_api): [ 12s] """Test...