Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 922 Bytes

File metadata and controls

17 lines (12 loc) · 922 Bytes

microsoft-sharepoint-haystack

PyPI - Version PyPI - Python Version

Running the tests

hatch run test:unit          # offline, no credentials needed
hatch run test:integration   # hits live Microsoft Graph (see below)

The integration tests (the TestLive classes in tests/) exercise the retriever and the fetcher against live Microsoft Graph. They skip themselves when their inputs are not set, so the default local and CI runs stay offline. To run them you need a delegated Microsoft Graph access token.