Commit Graph

13 Commits

Author SHA1 Message Date
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
Willem-J-an
81d2265efa fix(unittest): parse failing subtests (#53)
Co-authored-by: Willem Jan Noort <noortw01@heiway.net>
2023-08-25 11:17:04 +01:00
Rónán Carrigan
6c06041cfb fix(unittest): correct arg order for test vs suite
See #45
2023-02-18 09:34:37 +00:00
Rónán Carrigan
75fdeb460d fix(unittest): correctly order arguments
See #45
2023-02-17 08:10:16 +00:00
Rónán Carrigan
dc36e8a857 fix(unittest): prepend executable name in args 2023-02-16 09:39:19 +00:00
Rónán Carrigan
4398ba1063 fix(unittest): handle error outside of file
If an error occurs outside of the test file, there is no frame to match
an error to. This can happen for example when required arguments are not
passed to the test.
2023-02-16 09:19:15 +00:00
Rónán Carrigan
1c06dfac57 fix(unittest): use parsed args
sys.argv should not have been used, switched to passed arguments

See #45
2023-02-16 09:18:13 +00:00
Rónán Carrigan
aaf83100b6 feat: streamed results 2022-07-23 15:02:35 +01:00
Rónán Carrigan
4d915fbefd fix(unittest): handle extra args 2022-07-02 09:58:14 +01:00
Steven Arcangeli
c09c4136bb fix(unittest): correct args for tests/classes/files (#2)
* fix: unittest adapter can run specific tests/groups/files

* fix: running tests at the directory level

* refactor: tidy id_to_unittest_args and remove print
2022-06-08 20:58:05 +01:00
Steven Arcangeli
fd75c18c14 fix: record skipped and error test results (#1) 2022-06-08 08:00:53 +01:00
Rónán Carrigan
a02e6d5acb feat: async build_spec 2022-02-06 21:18:33 +00:00
Rónán Carrigan
b162ba1b42 feat: init commit 2022-01-02 23:15:23 +00:00