Add tests to Readme
This commit is contained in:
@@ -87,8 +87,13 @@ eval_episodes=7
|
|||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
**style**
|
**Style**
|
||||||
```
|
```
|
||||||
isort lerobot && isort test && black lerobot && black test
|
isort lerobot && isort test && black lerobot && black test
|
||||||
pylint lerobot && pylint test # not enforce for now
|
pylint lerobot && pylint test # not enforce for now
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Tests**
|
||||||
|
```
|
||||||
|
pytest -sx tests
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user