Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.