Commit Graph

10 Commits

Author SHA1 Message Date
Eleanor Boyd 285734a225
support --black as arg for testing (#25271)
fixes https://github.com/microsoft/vscode-python/issues/24966
2025-07-10 15:09:54 -07:00
Eleanor Boyd 0986bdc618
switch to absolute ids for class type testing objects (#25266)
problem with continuity here:
https://github.com/microsoft/vscode-python/pull/25257
2025-07-10 17:15:28 +00:00
Eleanor Boyd dcfcdc2c1f
support pytest-ruff plugin for testing (#24698)
half fixes https://github.com/microsoft/vscode-python/issues/23933
2025-01-08 14:50:09 -08:00
Eleanor Boyd 785ed68d70
add support for pytest describe (#24400)
fixes https://github.com/microsoft/vscode-python/issues/21705
2024-11-08 09:59:28 -08:00
Brett Cannon 462b9bf2cb
Enable explicit Ruff check rules (#23741)
Co-authored-by: Rafał <23004737+rafrafek@users.noreply.github.com>
2024-07-09 13:01:15 -07:00
Eleanor Boyd 629ca42d0b
Support pytest parameterized tests spanning multiple classes when calling the same setup function (#23535)
fixes #23527
2024-06-04 13:04:48 -07:00
Eleanor Boyd 0a88ed34d9
fix parameterized test duplicate function different classes (#23439)
fixes https://github.com/microsoft/vscode-python/issues/23434

switched parameterized function IDs to now be
`path/to/file::ClassIfExists::functionName` so it is an absolute ID and
will not be confused across classes.
2024-05-15 21:38:55 -07:00
Eleanor Boyd a54173d95e
fix to support classes with parameterized tests inside (#23238)
fixes https://github.com/microsoft/vscode-python/issues/22870
2024-04-17 09:55:18 -07:00
Brett Cannon e931bed3ef
Move to Ruff for formatting (#23060)
Also set the line length to 100.
2024-03-12 15:35:53 -07:00
Karthik Nadig 27783cea76
Rename `pythonFiles` to `python_files` (#22921) 2024-03-01 13:27:50 -08:00