Commit Graph

7 Commits

Author SHA1 Message Date
nicos68
ed9b4d794b feat(pytest): use python_functions config option (#100) 2025-06-23 22:28:18 +01:00
Rónán Carrigan
27a2676aa0 fix(pytest): handle parameterized tests without pytest discovery
Only emits position IDs with parameters when pytest discovery is enabled

See #36 and #59
2023-12-20 18:51:58 +00:00
Adrian Frischkorn
48bf141103 feat: django support. (#54) 2023-12-10 19:15:08 +00:00
Daniel Watkins
ff20740633 feat(pytest): populate parameterized test instances (#36)
Co-authored-by: Rónán Carrigan <rcarriga@tcd.ie>
2023-11-12 11:01:00 +00:00
Jongwook Choi
2dc9c95fe9 refactor(pytest): PytestNeotestAdapter (#24)
Having `NeotestResultCollector` (a pytest plugin) as a inner local
class would make the code a bit difficult to read due to quite much
indentation. This commit does refactoring on NeotestResultCollector
to make it a module-level class with a reference to NeotestAdapter.

This refactoring would make easier adding more pytest plugins
(e.g., debugger integration) in the future.

There should be no changes in behaviors.
2022-10-29 13:23:40 +01:00
Rónán Carrigan
aaf83100b6 feat: streamed results 2022-07-23 15:02:35 +01:00
Rónán Carrigan
b162ba1b42 feat: init commit 2022-01-02 23:15:23 +00:00