tests: move/rename/cleanup vspec based tests (#860)

The main motivation is to being able to use normal/other pytest based
tests.

Therefore this moves everything from conftest into test_integration
itself.
This commit is contained in:
Daniel Hahler
2018-08-01 23:57:37 +02:00
committed by GitHub
parent 399c57ff72
commit 132d8506ab
12 changed files with 70 additions and 85 deletions

View File

@@ -1,8 +1,8 @@
test:
pytest test_*.py
pytest
test_nvim:
VSPEC_VIM=nvim pytest test_*.py
VSPEC_VIM=nvim pytest
test_coverage: export PYTEST_ADDOPTS:=--cov pythonx --cov test --cov-report=term-missing:skip-covered
test_coverage: test_nvim