1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

Analysis set as a python list

Closes senpy/senpy#31
This commit is contained in:
J. Fernando Sánchez
2017-05-05 17:05:17 +02:00
parent 13cefbedfb
commit 60ef304108
2 changed files with 4 additions and 3 deletions

View File

@@ -205,6 +205,7 @@ class ExtensionsTest(TestCase):
[plugin, ],
params)
assert len(r3.entries[0].emotions) == 1
r3.jsonld()
# def test_async_plugin(self):
# """ We should accept multiprocessing plugins with async=False"""