Add tests to Readme

This commit is contained in:
Cadene
2024-02-25 10:52:31 +00:00
parent 6f5c731936
commit fc4b98544b

View File

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