Danila Grobov
e9fb2bf146
Django Test Runs with Coverage ( #24927 )
...
https://github.com/microsoft/vscode-python/issues/24199
Co-authored-by: Danila Grobov (s4642g) <danila.grobov@seb.se>
2025-04-03 23:29:09 +00:00
Eleanor Boyd
ef6ca9f257
Fix fifo communication for large testing projects ( #24690 )
...
revert the revert of the old commit so now main uses fifo again
add a limit of 4096 bytes per communication sent between python
subprocess and extension
fixes https://github.com/microsoft/vscode-python/issues/24656
2025-01-06 23:24:33 +00:00
Eleanor Boyd
3ccf984f1d
Remove fifo regression ( #24685 )
...
fixes regression in
https://github.com/microsoft/vscode-python/issues/24656 by reverting
problem
2025-01-06 11:30:00 -08:00
Karthik Nadig
5cec0e0461
Revert "ruff 0.8.0 fixes" ( #24489 )
...
Reverts microsoft/vscode-python#24488
2024-11-25 21:00:10 +00:00
Joar Wandborg
98fea6ec58
ruff 0.8.0 fixes ( #24488 )
...
- Ruff 0.8.0 was released on November 22nd
([changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md#080 ))
- [Lint action installs latest version of
`ruff`](9059aeae65/.github/actions/lint/action.yml (L46)
)
2024-11-25 17:02:10 +00:00
Eleanor Boyd
d1d125a6cd
Switch testing communication to `fifo` on linux/mac ( #24343 )
...
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Co-authored-by: Karthik Nadig <karthiknadig@gmail.com>
2024-11-08 11:52:15 -08:00
Eleanor Boyd
92762ca7d9
remove EOT from testing communication ( #24220 )
...
remove the need for the EOT in the communication design between the
extension and the python subprocesses produced to run testing.
2024-10-03 14:57:57 -07:00
Eleanor Boyd
8268131ebf
Implementation of Test Coverage ( #24118 )
...
fixes https://github.com/microsoft/vscode-python/issues/22671
2024-09-18 08:33:28 -07:00
Eleanor Boyd
59a8d030d9
Django Test Compatibility ( #23935 )
...
implements and thus closes
https://github.com/microsoft/vscode-python/issues/22206
resolves https://github.com/microsoft/vscode-python/issues/73 !
2024-08-14 13:04:44 -07: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
Karthik Nadig
0f6606c369
Switch to using named pipes for test communication ( #22390 )
...
Resolves https://github.com/microsoft/vscode-python/issues/22177 .
Switches to using named pipes as communication between extension and
test run subprocesses.
---------
Co-authored-by: eleanorjboyd <eleanorboyd@microsoft.com>
2024-04-16 08:18:37 -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
Brett Cannon
7ea5584291
Add linting rules for ruff ( #22741 )
...
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Co-authored-by: eleanorjboyd <eleanorboyd@microsoft.com>
2024-03-12 12:24:59 -07:00
Karthik Nadig
27783cea76
Rename `pythonFiles` to `python_files` ( #22921 )
2024-03-01 13:27:50 -08:00