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
- Host: GitHub
- URL: https://github.com/carrington-dev/forex-decouple
- Owner: Carrington-dev
- License: mit
- Created: 2024-08-02T13:25:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T15:03:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T11:45:01.618Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.