mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Add new JSON IPC implementation to be shared between the product and the tests. Add pytest-based test support, and wire it up to setup.py and Travis. Dial pylint down to complain about important things only. Various minor fixes exposed by pylint. Add basic .vscode/settings.json for linter settings (and anything else that's workspace-specific). Fixes #831.
19 lines
273 B
INI
19 lines
273 B
INI
[wheel]
|
|
python-tag = py3
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = ptvsd/_version.py
|
|
versionfile_build = ptvsd/_version.py
|
|
tag_prefix = v
|
|
parentdir_prefix = ptvsd-
|
|
|
|
[aliases]
|
|
test=pytest
|
|
|
|
[tool:pytest]
|
|
testpaths=pytests
|