File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
- 0.3.2 (6 /06/2023)
5
+ 0.3.2 (7 /06/2023)
6
6
=================
7
+
8
+ Bug fixes
9
+ ---------
7
10
* `run_component `: fixed adding the captured output to `CalledProcessError ` object when a component execution fails.
8
11
9
12
0.3.1 (6/06/2023)
10
13
================
14
+
15
+ Bug fixes
16
+ ---------
11
17
* `run_component `: fix a bug where `pytest.fail ` was used when running a component failed instead of using `CalledProcessError `.
12
18
13
19
0.3.0 (6/06/2023)
14
20
=================
21
+
22
+ Breaking changes
23
+ ----------------
15
24
* `run_component `: when the component fails, stack traces from helper functions are no longer shown.
16
25
17
26
* `run_component `: component output captured from stderr and stdout is added to pytest output.
You can’t perform that action at this time.
0 commit comments