hypothesis-csv icon indicating copy to clipboard operation
hypothesis-csv copied to clipboard

Failed test case - test_csv_columns_and_header_seq

Open michael-delarue-axomic opened this issue 2 years ago • 0 comments

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'

michael-delarue-axomic avatar Mar 24 '23 14:03 michael-delarue-axomic