Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/aggregator-sor
https://github.com/kybernetwork/aggregator-sor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/aggregator-sor
- Owner: KyberNetwork
- Created: 2022-08-09T11:41:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T14:44:18.000Z (over 2 years ago)
- Last Synced: 2023-03-03T13:23:11.001Z (almost 2 years ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Require
- python >=3.9
- poetry```shell
$ poetry update
```## Test
- Run all testes
```shell
$ make pytest
```- Run only specific test (replace args N with the desired wanted test (`01__test.py`, `02__test.py` etc))
```shell
$ N=1 make only_test
```- Run the main algo test
```shell
$ make algo_test
```