API test for Gemini /v1/order/new endpoint The tests are going to primarily focusing on the currency symbo- btcusd.
- Install Python 3.7
- Install virtualenv with pip/pip3
- After installation of virtualenv, run virtualenv test_env
- source test_env/bin/activate
- pip3 install -r requirements.txt
Copy the .env_sample and rename it to .env. Then update the key and secret with your created credential.
Run the following command on terminal- nose2