An open API service indexing awesome lists of open source software.

https://github.com/carrington-dev/forex-decouple

A money exchange library for python
https://github.com/carrington-dev/forex-decouple

Last synced: over 1 year ago
JSON representation

A money exchange library for python

Awesome Lists containing this project

README

          

# forex-python
A money exchange library for python

## Run tests

You can run all tests in the tests/ directory by executing the following command in your terminal:

bash
Copy code
```bash
python -m unittest discover -s tests
```
This command uses the unittest module to discover and run all test cases in the specified directory.