Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 457 Bytes

Monzo Moola

## Installation

pip install -r requirements.txt

You'll need to set environment variables for:

It's recommended you use https://direnv.net/ and a .envrc file to do this.

## Running the tests

py.test tests.py

To run the tests without hitting the live api:

py.test -m "not live_api" tests.py