mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
The main motivation is to being able to use normal/other pytest based tests. Therefore this moves everything from conftest into test_integration itself.
6 lines
63 B
INI
6 lines
63 B
INI
[tool:pytest]
|
|
testpaths = test
|
|
|
|
[flake8]
|
|
max-line-length = 100
|