mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
15 lines
154 B
Markdown
15 lines
154 B
Markdown
# Neoformat Tests
|
|
|
|
Running tests
|
|
|
|
```bash
|
|
# inside test/
|
|
|
|
./install.sh
|
|
|
|
python3 -m virtualenv venv
|
|
pip install -r requirements.txt
|
|
|
|
pytest -v test.py
|
|
```
|