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,2 +1,5 @@
[tool:pytest]
testpaths = test
[flake8]
max-line-length = 100