Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kybernetwork/aggregator-sor


https://github.com/kybernetwork/aggregator-sor

Last synced: about 2 months ago
JSON representation

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
```