scrapinghub / python-hubstorage

Deprecated HubStorage client library - please use python-scrapinghub>=1.9.0 instead
https://github.com/scrapinghub/python-scrapinghub
Other
16 stars 12 forks source link

Pass testsuite and pair functionality with service #37

Closed dangra closed 8 years ago

dangra commented 9 years ago

Alternative to #36 in order to fix #35

/cc @torymur

List of compromises:

$ py.test -x --ff
======================================== test session starts ====================================
platform darwin -- Python 2.7.10, pytest-2.8.2, py-1.4.30, pluggy-0.3.1
run-last-failure: run all (no recorded failures)
rootdir: /Users/daniel/src/python-hubstorage, inifile:
plugins: capturelog-0.7
collected 53 items

tests/test_activity.py ...
tests/test_batchuploader.py ....
tests/test_client.py ......
tests/test_collections.py ..
tests/test_frontier.py ....
tests/test_jobq.py sx...............
tests/test_jobsmeta.py ...
tests/test_project.py ...........
tests/test_system.py ...

=============== 51 passed, 1 skipped, 1 xfailed, 1 pytest-warnings in 173.62 seconds ============
dangra commented 9 years ago

@torymur please review, any feedback is welcome.

torymur commented 8 years ago

@dangra I see what you meant. Ok, thanks! LGTM

dangra commented 8 years ago

Thanks @torymur