1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/neoformat/test/README.md
2020-06-13 14:06:35 +08:00

154 B

Neoformat Tests

Running tests

# inside test/

./install.sh

python3 -m virtualenv venv
pip install -r requirements.txt

pytest -v test.py