1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 17:01:43 +00:00
senpy/tests
J. Fernando Sánchez e582ef07d4 Fix multiprocessing tests in python2.7
Closes #28 for python 2.

Apparently, process pools are not contexts in python 2.7.
On the other hand, in py2 you cannot pickle instance methods, so
you have to implement Pool tasks as independent functions.
2017-04-10 20:17:38 +02:00
..
plugins Fix multiprocessing tests in python2.7 2017-04-10 20:17:38 +02:00
__init__.py Improved plugins, better tests, gevent 2014-12-01 18:27:20 +01:00
test_api.py Deployment changes 2017-02-27 19:16:43 +01:00
test_blueprints.py Pre-0.8.6 2017-03-14 19:59:06 +01:00
test_cli.py Released v0.7 2017-02-08 21:55:17 +01:00
test_client.py Improved docs and client 2017-02-28 19:38:01 +01:00
test_extensions.py Replace gevent with tornado 2017-04-10 18:16:45 +02:00
test_models.py Pre-0.8.6 2017-03-14 19:59:06 +01:00
test_plugins.py Loads of changes! 2017-02-27 12:01:19 +01:00
test_schemas.py Flake8, Semver, Pre-commit 2017-01-10 16:25:01 +01:00