Commits
User selector
Commit History
Commits on Feb 1, 2023
Fix test failures due to linting (#20617)
Show description for 92d2d85authored
Kartik Raj
Commits on Nov 7, 2022
Accept pytest exit code 1 for some tests cannot be collected (#20074)
Show description for c6ad0f8andauthored
Commits on Aug 3, 2022
Only show args for pytest parameterized test (#19479)
Show description for 209e6a2authored
Commits on Jun 24, 2022
Commits on Jun 22, 2022
Fix new unittest discovery issue (#19324)
Show description for 0b6fc5bandauthored
Commits on May 4, 2022
Update requirements to remove python version restrictions. (#19061)
Show description for 20ff560authored
Commits on Nov 8, 2021
Use pytest data to extract the parametrised decoration (#17881)
Show description for 251cb30andauthored
Commits on Sep 23, 2021
fixed issue with left bracket in path to test file (#17357)
Show description for a68f98fauthored
Commits on Sep 8, 2020
Commits on Aug 25, 2020
Suppress stdio file descriptors in the test adapter. (#13494)
Show description for 88311cdauthored
Commits on Aug 7, 2020
- authored
Hugues Valois
Commits on Feb 11, 2020
Update prettier line length to 120 (from 180). (#10054)
Show description for 649156aauthored
Eric Snow
Commits on Jan 24, 2020
Format Python files with Black (#9742)
Show description for a58eeffauthored
Commits on Dec 13, 2019
Fix test discovery crash in pytest adapter on doctest (lineno is None) (#8920)
Show description for 572205dauthored andcommitted
Commits on Nov 6, 2019
Skip tests generated by pytest plugins during discovery. (#8242)
Show description for 355a325authored andcommitted
Commits on Aug 8, 2019
Send "relpath" back for all test files/folders. (#6877)
Show description for 931757bauthored
Eric Snow
Commits on Aug 5, 2019
Make sure filenames are not norm-cased on Windows. (#6856)
Show description for d92460bauthored
Eric Snow
Commits on Aug 2, 2019
- authored
Eric Snow
Commits on Jul 11, 2019
Fixes pytest discovery: Not all pytest items have `own_markers` (#6514)
Show description for 26dc686authored andcommitted
Commits on Jul 9, 2019
Fix typos (#6470)
Show description for 8b69538authored andcommitted
Commits on Jul 2, 2019
Show equivalent pytest command (#6363)
Show description for 796169cauthored
Eric Snow
Commits on Jun 18, 2019
Fix some problems in the pytest adapter. (#5648)
Show description for 6af799dauthored andcommitted
Commits on May 15, 2019
Split up pytest.py. (#5638)
Show description for 498279fauthored
Eric Snow
Commits on Apr 29, 2019
Print stdout/stderr when pytest fails (in adapter script). (#5512)
Show description for 77a510cauthored
Eric Snow
Commits on Apr 17, 2019
Return an empty result from the pytest adapter if no tests found. (#5328)
Show description for c315cc5authored
Commits on Apr 15, 2019
Functional tests for the pytest adapter. (#5161)
Show description for ecf35d8authored- authored
Commits on Mar 19, 2019
Explicitly hide pytest output during discovery. (#4816)
Show description for b32a930authored
Commits on Mar 18, 2019
Change the output format of the pytest adapter. (#4732)
Show description for 3d5af66authored
Commits on Mar 5, 2019
Testing tools adapter py2 (#4646)
Show description for 86a2e56authored andcommitted
Commits on Mar 1, 2019
Add a Python script that uses the PyTest API to run test discovery. (#4605)
Show description for 020bc56authored
Loading