Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 613 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 613 Bytes

pryke

Python library used to interact with Wrike API

Build Status codecov

Running Tests

py.test --cov=pryke/ --cov-report=term-missing

Test Objectives

  • Well-formed and correct parameters are passed to the API.
  • Correctly handle data returned by the API.
  • Client behaves correctly when API calls produce an error.