You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ We use [Spek](https://github.com/spekframework/spek) to run unit tests.
5
5
To run any test, you must have two environment variables, `SPOTIFY_CLIENT_ID` and `SPOTIFY_CLIENT_SECRET` set to a Spotify application in your current shell.
6
6
7
7
`export SPOTIFY_CLIENT_ID=your_client_id`
8
+
8
9
`export SPOTIFY_CLIENT_SECRET=your_client_secret`
9
10
10
11
To run **only** public endpoint and utility tests, run `gradle check`
0 commit comments