=== exit code
1
=== end of exit code

=== stdout - plain
0/1: 1 unit tests did not pass:
--------------------------------------------------------------------------------
	✖ other-pattern
	missed lines: [2, 5], incorrect lines: []
	test file path: <MASKED>/fixtest/test4.py


0/1: 1 fix tests did not pass:
--------------------------------------------------------------------------------
	✖ targets/fixtest/test4.fixed.py <> autofix applied to targets/fixtest/test4.py

	---
	+++
	@@ -2 +2 @@
	-sys.exit(1)
	+exit(1)
	@@ -5 +5 @@
	-sys.exit(2)
	+exit(2)




=== end of stdout - plain

=== stderr - plain

=== end of stderr - plain

=== stdout - color
<same as above: stdout - plain>
=== end of stdout - color

=== stderr - color
<same as above: stderr - plain>
=== end of stderr - color