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
adding in the test_logger file and updating the readme to include ins… (#63)
* adding in the test_logger file and updating the readme to include installing Docker
* update to test_logger file, adding to integration tests also
* adding in docstring
* ran yapf for style comformity
* updating docstring of client.py to show how to increase verbosity of output
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ client = Client()
34
34
Please consult `CONTRIB.md`
35
35
36
36
## Testing
37
-
1. Update the `Makefile` with your `staging` or `prod` API key. Make sure the key is not from a free tier account.
37
+
1. Update the `Makefile` with your `staging` or `prod` API key. Ensure that docker has been installed on your system. Make sure the key is not from a free tier account.
0 commit comments