mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
.. | ||
after | ||
before | ||
bin | ||
visual_after | ||
visual_before | ||
.gitignore | ||
autocomplete_test.vim | ||
install.sh | ||
neoformat.vader | ||
README.md | ||
requirements.txt | ||
test.py | ||
utils.vader | ||
vimrc | ||
visual_selection_after.txt | ||
visual_selection_before.txt |
Neoformat Tests
Running tests
# inside test/
./install.sh
python3 -m virtualenv venv
pip install -r requirements.txt
pytest -v test.py