DeepThought icon indicating copy to clipboard operation
DeepThought copied to clipboard

Write test cases for the methods in coinbase_api.py

Open ryanr08 opened this issue 3 years ago • 6 comments

The coinbase_api.py file contains the class and all the functions for obtaining information from the coinbase api. Some error handling has been put in place, but I doubt it is all encompassing and I am sure the methods in there could use some stress testing and fixing.

ryanr08 avatar Aug 06 '21 23:08 ryanr08

Any libraries that you'd want me to use for the stress testing? @ryanr08

eyeamkd avatar Sep 15 '21 18:09 eyeamkd

Any libraries that you'd want me to use for the stress testing? @ryanr08

No not really. I'd say the main purpose of this is to:

  1. Fix any bugs in the code
  2. Define limits / boundaries for the code (e.g. what's the furthest back the SMA calculator goes? Is it accurate? etc...).
  3. Maybe even improve any functions if you find any problems

ryanr08 avatar Sep 15 '21 20:09 ryanr08

Gotcha!

eyeamkd avatar Sep 15 '21 20:09 eyeamkd

Gotcha!

Can you assign this to me? I'd like to work on this @ryanr08

eyeamkd avatar Sep 15 '21 20:09 eyeamkd

Hey @ryanr08 where do I find my COINBASE_SECRET?

eyeamkd avatar Oct 19 '21 13:10 eyeamkd

Hey @ryanr08 where do I find my COINBASE_SECRET?

When you set up your API key on coinbase pro it should have given you your secret key.

ryanr08 avatar Oct 21 '21 18:10 ryanr08