Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 412 Bytes

sitewit

SiteWit Python client

Implemented api end points:

  • reporting/trafficdata/get_overview
  • account/acountinfo/create_account

Testing

Install development requirements:

build-virtualenv

Generate configuration file:

configurator --local test qa

Run the tests with:

pytest

Integration tests are available, but are not run automatically. To run:

INTEGRATION_TESTS=1 pytest