European-XFEL / karabo-bridge-py

Tools to allow data exchange with Karabo, in particular streaming of data
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

client tests #39

Closed tmichela closed 6 years ago

zhujun98 commented 6 years ago

When I run pytest, I got the following runtime error

RuntimeError: ('unknown message content:', 'pickle')

I usually use unittest. So I am not familiar with pytest and maybe I did something wrong.

tmichela commented 6 years ago

strange, tests all pass on travis... Do you have the branch up to the last commit?

zhujun98 commented 6 years ago

The test passed when I "git checkout HEAD~2"