|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<testsuites> |
| 3 | + <testsuite name="pytest" errors="0" failures="2" skipped="0" tests="94" time="53.094" timestamp="2022-11-04T15:18:42.836306" hostname="ryan-delta"> |
| 4 | + <testcase classname="tests.test_common" name="test_one[param0]" time="0.231"> |
| 5 | + <failure message="AssertionError: Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Sort imports (Python)....................................................Passed assert 4 == 8 + where 4 = len(['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed']) + where ['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed'] = <built-in method splitlines of str object at 0x7f72449bea30>() + where <built-in method splitlines of str object at 0x7f72449bea30> = 'Trim Trailing Whitespace.................................................Passed\nFix End of Files....................................................Passed\nSort imports (Python)....................................................Passed\n'.splitlines">Traceback (most recent call last): |
| 6 | + File "/home/user/Projects/myapp/test_common.py", line 174, in test_one |
| 7 | + assert len(output.splitlines()) == 8, output |
| 8 | +AssertionError: Trim Trailing Whitespace.................................................Passed |
| 9 | + Fix End of Files.........................................................Passed |
| 10 | + Check for added large files..............................................Passed |
| 11 | + Sort imports (Python)....................................................Passed |
| 12 | + |
| 13 | +assert 4 == 8 |
| 14 | + + where 4 = len(['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed']) |
| 15 | + + where ['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed'] = <built-in method splitlines of str object at 0x7f72449bea30>() |
| 16 | + + where <built-in method splitlines of str object at 0x7f72449bea30> = 'Trim Trailing Whitespace.................................................Passed\nFix End of Files....................................................Passed\nSort imports (Python)....................................................Passed\n'.splitlines |
| 17 | + </failure> |
| 18 | + </testcase> |
| 19 | + <testcase classname="tests.test_common" name="test_one[param1]" time="0.274"> |
| 20 | + <failure message="AssertionError: Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check for added large files..............................................Passed Sort imports (Python)....................................................Passed assert 4 == 8 + where 4 = len(['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed']) + where ['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed'] = <built-in method splitlines of str object at 0x7f72449bf1b0>() + where <built-in method splitlines of str object at 0x7f72449bf1b0> = 'Trim Trailing Whitespace.................................................Passed\nFix End of Files....................................................Passed\nSort imports (Python)....................................................Passed\n'.splitlines">Traceback (most recent call last): |
| 21 | + File "/home/user/Projects/myapp/test_common.py", line 174, in test_one |
| 22 | + assert len(output.splitlines()) == 8, output |
| 23 | +AssertionError: Trim Trailing Whitespace.................................................Passed |
| 24 | + Fix End of Files.........................................................Passed |
| 25 | + Check for added large files..............................................Passed |
| 26 | + Sort imports (Python)....................................................Passed |
| 27 | + |
| 28 | +assert 4 == 8 |
| 29 | + + where 4 = len(['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed']) |
| 30 | + + where ['Trim Trailing Whitespace.................................................Passed', 'Fix End of Files................................................Passed', 'Sort imports (Python)....................................................Passed'] = <built-in method splitlines of str object at 0x7f72449bf1b0>() |
| 31 | + + where <built-in method splitlines of str object at 0x7f72449bf1b0> = 'Trim Trailing Whitespace.................................................Passed\nFix End of Files....................................................Passed\nSort imports (Python)....................................................Passed\n'.splitlines |
| 32 | + </failure> |
| 33 | + </testcase> |
| 34 | + </testsuite> |
| 35 | +</testsuites> |
0 commit comments