Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 23 forks source link

Make graph tests stop relying on file system #16

Closed ConnorMcMahon closed 7 years ago

ConnorMcMahon commented 7 years ago

Before, tests would use the default WebhookSubscriptionStore, which would try to create a directory in "D:/home/data/byob_graphmap". If no D drive existed on the system where the tests ran, then the tests would fail. Since these tests should run on any system, I made a simplistic in memory subscription store for the tests.

dnfclas commented 7 years ago

@ConnorMcMahon, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot