hypothesis-csv
hypothesis-csv copied to clipboard
Failed test case - test_csv_columns_and_header_seq
I installed and ran the test cases. This was done against https://github.com/jeffbr13/hypothesis-csv from @jeffbr13 because of the Iterable problem.
When I installed in a venv and ran the test cases with pytest I got the following failure.
AssertionError: assert ['text', 'int', 'int'] == ['text', 'int', 'float']
At index 2 diff: 'int' != 'float'
Full diff:
- ['text', 'int', 'float']
? ^^^^
+ ['text', 'int', 'int']
? ^^
Falsifying example: test_csv_columns_and_header_seq(
data=data(...),
)
Draw 1: 'x,y,z\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\nA,0,2.0\r\n'