Skip to content

Commit a643a25

Browse files
committed
Passing API key as arg
1 parent 7debf63 commit a643a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22
clear
3+
export API_KEY=$1
34
coverage run -m unittest discover && coverage report -m

0 commit comments

Comments
 (0)