package
0.0.0-20211022061553-e59f92fc30cd
Repository: https://github.com/beyondstorage/go-service-onedrive.git
Documentation: pkg.go.dev

# README

How run integration tests

Run tests locally

Copy example files and update corresponding values.

cp Makefile.env.exmaple Makefile.env

Run tests

make integration_test

Run tests in CI

Set following environment variables:

export STORAGE_ONEDRIVE_INTEGRATION_TEST=on
export STORAGE_ONEDRIVE_CREDENTIAL=file:<abs_path_of_credential>

Run tests

make integration_test