A description of this package.
The Flickr module has integration tests were communications with Flickr is made. This requires API keys to be passed, and they are expected to be found in your environment variables. If they do not exist, the integration tests will fail
Create a .env
file to save you from trouble each time. Copy the .env.example
file and add your values. Before running the tests, run
export $(grep -v '^#' .env | xargs)
to export the variables.
Then run the tests using
swift test --filter FFSwiftTests.FlickrTest